summaryrefslogtreecommitdiff
path: root/net/host
diff options
context:
space:
mode:
authorobache <obache>2007-12-21 11:20:40 +0000
committerobache <obache>2007-12-21 11:20:40 +0000
commit9ce8cb69701af040c9982848265f8f2e37c10f08 (patch)
tree3cea86d9f7aaf569ea012565b1687deea3624695 /net/host
parent33f6bb47fed843fe93c86756be07d8be889d786f (diff)
downloadpkgsrc-9ce8cb69701af040c9982848265f8f2e37c10f08.tar.gz
* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
Diffstat (limited to 'net/host')
-rw-r--r--net/host/Makefile7
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