diff options
author | obache <obache@pkgsrc.org> | 2007-12-21 11:20:40 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-21 11:20:40 +0000 |
commit | 736ef18a712797d23dc53c78a78a57d5de84426b (patch) | |
tree | 3cea86d9f7aaf569ea012565b1687deea3624695 /net | |
parent | f5acc4fcaa6a27102d268a8920f9fc572ce90267 (diff) | |
download | pkgsrc-736ef18a712797d23dc53c78a78a57d5de84426b.tar.gz |
* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
Diffstat (limited to 'net')
-rw-r--r-- | net/host/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index 45f83e68894..8e42f1bb703 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/10/16 23:49:01 tnn Exp $ +# $NetBSD: Makefile,v 1.18 2007/12/21 11:20:40 obache Exp $ DISTNAME= host-20040812 CATEGORIES= net @@ -8,15 +8,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.weird.com/~woods/projects/host.html COMMENT= Powerful DNS query and testing tool -INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 NO_CONFIGURE = yes MAKE_ENV+= ${BSD_MAKE_ENV} MAKE_FILE= Makefile.BSD MAKE_FLAGS+= __NetBSD__=1 +MAKE_FLAGS+= SHARE=/${PKGMANDIR} USE_TOOLS+= nroff +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" CPPFLAGS+= -DBIND_8_COMPAT |