diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-09 15:31:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2010-09-09 15:31:53 +0000 |
commit | 63a9b271afc36b315089925fe0d5fba8ebe952d6 (patch) | |
tree | 1cf51029cac31e74c194cb8c65e1b01e2869583e /dns/nslint | |
parent | 944f0584c678e48f540e32dc63dfabf2355b1344 (diff) | |
download | ports-63a9b271afc36b315089925fe0d5fba8ebe952d6.tar.gz ports-63a9b271afc36b315089925fe0d5fba8ebe952d6.zip |
Notes
Diffstat (limited to 'dns/nslint')
-rw-r--r-- | dns/nslint/Makefile | 8 | ||||
-rw-r--r-- | dns/nslint/distinfo | 6 |
2 files changed, 7 insertions, 7 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} diff --git a/dns/nslint/distinfo b/dns/nslint/distinfo index c11a73aa8001..f85b5b6efcdd 100644 --- a/dns/nslint/distinfo +++ b/dns/nslint/distinfo @@ -1,3 +1,3 @@ -MD5 (nslint-2.1a6.tar.gz) = ebd860efae831147b095f53d81fb9947 -SHA256 (nslint-2.1a6.tar.gz) = b06f1ad32743984ffba7803136414a3e63156fc4a2403e7f38893337547ef2ce -SIZE (nslint-2.1a6.tar.gz) = 87935 +MD5 (nslint-3.0a2.tar.gz) = 0bd71a046c6e33bd5ffc62990931a7da +SHA256 (nslint-3.0a2.tar.gz) = 5322a201e3d3f64f9dbfbadda3d5b8e041b34be863e8162bc92c48b72a14e3fb +SIZE (nslint-3.0a2.tar.gz) = 99511 |