Do not set infodir/mandir to DESTDIR for chroot packages.

--HG--
extra : convert_revision : 990e93fcf5a36f75d29a5f2de60b44f180fe0e48
This commit is contained in:
Juan RP
2009-03-13 23:55:25 +01:00
parent 57196537f0
commit 744b2fc5fc
10 changed files with 17 additions and 17 deletions

View File

@@ -6,8 +6,7 @@ distfiles="http://archive.ntp.org/ntp4/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-linuxcaps --enable-getifaddrs=glibc
--enable-all-clocks --enable-parse-clocks --with-crypto=openssl
--enable-accurate-adjtime --without-rpath --mandir=/usr/share/man
--enable-ipv6"
--enable-accurate-adjtime --without-rpath --enable-ipv6"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="The Network Time Protocol"
maintainer="Juan RP <xtraeme@gmail.com>"