diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-06 21:03:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-06 21:03:23 +0800 |
commit | eeb472557d3941f8bafa2d1e99d08c97fb8c3146 (patch) | |
tree | aa8601698000c02be61dcabf77ab51086b9eb30b /dns | |
parent | 3b71ed6a4e567c73770f4be184c89b605405ca93 (diff) | |
download | freebsd-ports-gnome-eeb472557d3941f8bafa2d1e99d08c97fb8c3146.tar.gz freebsd-ports-gnome-eeb472557d3941f8bafa2d1e99d08c97fb8c3146.tar.zst freebsd-ports-gnome-eeb472557d3941f8bafa2d1e99d08c97fb8c3146.zip |
Allow staging as a regular user
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nslint/Makefile | 5 |
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> |