diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/bind-utils/Pkgfile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/base/bind-utils/Pkgfile b/base/bind-utils/Pkgfile index c037cdca0..a27ef73ac 100644 --- a/base/bind-utils/Pkgfile +++ b/base/bind-utils/Pkgfile @@ -10,12 +10,13 @@ source=(http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.4.1-P1/bind-9.4.1-P1. build(){ cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr \ + --mandir=/usr/share/man make -C lib/dns - make -C lib/isc && - make -C lib/bind9 && - make -C lib/isccfg && - make -C lib/lwres && + make -C lib/isc + make -C lib/bind9 + make -C lib/isccfg + make -C lib/lwres make -C bin/dig make -C bin/dig DESTDIR=$PKG install |