summaryrefslogtreecommitdiff
path: root/dns/nslint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/nslint/Makefile')
-rw-r--r--dns/nslint/Makefile21
1 files changed, 17 insertions, 4 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
index 37ad53c26da9..3782160db054 100644
--- a/dns/nslint/Makefile
+++ b/dns/nslint/Makefile
@@ -6,18 +6,31 @@
#
PORTNAME= nslint
-PORTVERSION= 2.1.a3
+PORTVERSION= 2.1.a6
CATEGORIES= dns
-MASTER_SITES= ftp://ftp.ee.lbl.gov/
+MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
+ http://critical.ch/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Perform consistency checks on DNS zone files
GNU_CONFIGURE= yes
-ALL_TARGET= nslint
+
+ALL_TARGET= ${PORTNAME}
INSTALL_TARGET= install install-man
+
+BOOTFILE?= /etc/namedb/named.boot
+CONFFILE?= /etc/namedb/named.conf
+
MAN8= nslint.8
PLIST_FILES= bin/nslint
+post-patch:
+ ${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's|/etc/named.boot|${BOOTFILE}|; \
+ s|/etc/named.conf|${CONFFILE}|' \
+ ${WRKSRC}/${PORTNAME}.c \
+ ${WRKSRC}/${MAN8}
+
.include <bsd.port.mk>