man-db: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 17:47:42 +02:00
parent 78d5356bc1
commit 3d0166bcf4

View file

@ -1,13 +1,13 @@
# Template file for 'man-db'
pkgname=man-db
version=2.7.1
revision=2
revision=3
lib32disabled=yes
build_style=gnu-configure
configure_args="--with-db=db --with-pager=less --with-gzip=/usr/bin/gzip
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
--with-lzma=/usr/bin/lzma --with-xz=/usr/bin/xz --disable-setuid
--without-included-regex --enable-automatic-create"
--without-included-regex --enable-automatic-create --sbindir=/usr/bin"
hostmakedepends="pkg-config groff"
makedepends="db-devel zlib-devel libpipeline-devel groff"
depends="bzip2 gzip less groff grep coreutils"