diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 13:03:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-06 13:03:23 +0000 |
commit | c6d954d521d3a7c13848294692b7ccc64c27e3bb (patch) | |
tree | aa8601698000c02be61dcabf77ab51086b9eb30b | |
parent | 521f90159c96b935e8c40ea2d64dadcb864e2db9 (diff) | |
download | ports-c6d954d521d3a7c13848294692b7ccc64c27e3bb.tar.gz ports-c6d954d521d3a7c13848294692b7ccc64c27e3bb.zip |
Notes
-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> |