aboutsummaryrefslogtreecommitdiff
path: root/dns/nslint
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:03:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-06 13:03:23 +0000
commitc6d954d521d3a7c13848294692b7ccc64c27e3bb (patch)
treeaa8601698000c02be61dcabf77ab51086b9eb30b /dns/nslint
parent521f90159c96b935e8c40ea2d64dadcb864e2db9 (diff)
downloadports-c6d954d521d3a7c13848294692b7ccc64c27e3bb.tar.gz
ports-c6d954d521d3a7c13848294692b7ccc64c27e3bb.zip
Allow staging as a regular user
Notes
Notes: svn path=/head/; revision=367421
Diffstat (limited to 'dns/nslint')
-rw-r--r--dns/nslint/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
index ad0994608c32..c233886aa9ed 100644
--- a/dns/nslint/Makefile
+++ b/dns/nslint/Makefile
@@ -14,7 +14,6 @@ COMMENT= Perform consistency checks on DNS zone files
GNU_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}
-INSTALL_TARGET= install
BOOTFILE?= /etc/namedb/named.boot
CONFFILE?= /etc/namedb/named.conf
@@ -28,4 +27,8 @@ post-patch:
${WRKSRC}/${PORTNAME}.c \
${WRKSRC}/${PORTNAME}.8
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nslint ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/nslint.8 ${STAGEDIR}${PREFIX}/man/man8
+
.include <bsd.port.mk>