aboutsummaryrefslogtreecommitdiff
path: root/dns/bind-tools
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-06 13:34:48 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-06 13:34:48 +0000
commit5d545c6f642677f36e1a84fb74d558a0b5179a56 (patch)
tree0a0a6c7f509ff050c2750cde80889c0d86b974cb /dns/bind-tools
parent69c40977bcabc8b667831f1d229e415ef0b2b22f (diff)
downloadports-5d545c6f642677f36e1a84fb74d558a0b5179a56.tar.gz
ports-5d545c6f642677f36e1a84fb74d558a0b5179a56.zip
Notes
Diffstat (limited to 'dns/bind-tools')
-rw-r--r--dns/bind-tools/Makefile8
-rw-r--r--dns/bind-tools/pkg-plist3
2 files changed, 6 insertions, 5 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile
index 23eeb67d1f4c..f72bdf09aea6 100644
--- a/dns/bind-tools/Makefile
+++ b/dns/bind-tools/Makefile
@@ -12,12 +12,10 @@ MASTERDIR= ${.CURDIR}/../../dns/bind99
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
+PKGINSTALL= /nonexistent
BIND_TOOLS_SLAVE= YES
-MAN1= dig.1 host.1 nslookup.1
-
-NO_STAGE= yes
post-patch:
@${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
@${SED} -e 's#^SUBDIRS.*#SUBDIRS = lib bin#' \
@@ -32,8 +30,8 @@ post-patch:
do-install:
.for file in dig host nslookup
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/dig/${file} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/bin/dig/${file}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/dig/${file} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/bin/dig/${file}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.endfor
.include "${MASTERDIR}/Makefile"
diff --git a/dns/bind-tools/pkg-plist b/dns/bind-tools/pkg-plist
index 613de606e8a5..7c0ff02e52dc 100644
--- a/dns/bind-tools/pkg-plist
+++ b/dns/bind-tools/pkg-plist
@@ -1,3 +1,6 @@
bin/dig
bin/host
bin/nslookup
+%%SHARE_MAN%%man/man1/dig.1.gz
+%%SHARE_MAN%%man/man1/host.1.gz
+%%SHARE_MAN%%man/man1/nslookup.1.gz