diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /dns/dnswall | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-graphics-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-graphics-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-graphics-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'dns/dnswall')
-rw-r--r-- | dns/dnswall/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index c59bfc999a2..57f4a403c27 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnswall PORTVERSION= 0.1.4 +PORTREVISION= 1 CATEGORIES= dns security MASTER_SITES= GOOGLE_CODE CRITICAL @@ -26,8 +27,8 @@ PORTDOCS= README PLIST_FILES= bin/dnswall post-patch: - @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|1.10|1.10.3|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^dist_doc_DATA/d' ${WRKSRC}/Makefile.am .endif |