aboutsummaryrefslogtreecommitdiff
path: root/dns/nslint/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-09-09 15:31:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-09-09 15:31:53 +0000
commit63a9b271afc36b315089925fe0d5fba8ebe952d6 (patch)
tree1cf51029cac31e74c194cb8c65e1b01e2869583e /dns/nslint/Makefile
parent944f0584c678e48f540e32dc63dfabf2355b1344 (diff)
downloadports-63a9b271afc36b315089925fe0d5fba8ebe952d6.tar.gz
ports-63a9b271afc36b315089925fe0d5fba8ebe952d6.zip
Notes
Diffstat (limited to 'dns/nslint/Makefile')
-rw-r--r--dns/nslint/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
index 2dc25e1bd8a6..d6a6af48295c 100644
--- a/dns/nslint/Makefile
+++ b/dns/nslint/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nslint
-PORTVERSION= 2.1.a6
+PORTVERSION= 3.0.a2
CATEGORIES= dns
MASTER_SITES= ftp://ftp.ee.lbl.gov/ \
CRITICAL
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
ALL_TARGET= ${PORTNAME}
-INSTALL_TARGET= install install-man
+INSTALL_TARGET= install
BOOTFILE?= /etc/namedb/named.boot
CONFFILE?= /etc/namedb/named.conf
@@ -28,8 +28,8 @@ 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}|; \
+ @${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}