diff options
Diffstat (limited to 'dns/nslint')
-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> |