diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
commit | ee3857ac876456535c09c83cc89dfe0ee26d65d3 (patch) | |
tree | 0e3dac7597fb30f7eead17a469abb423969a5545 /dns/dnswall | |
parent | 8240e363240c33109677d2fdd36d19b65efa766d (diff) |
Notes
Diffstat (limited to 'dns/dnswall')
-rw-r--r-- | dns/dnswall/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index e5f499c518bc..a569f74a383c 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -24,6 +24,9 @@ AUTOFILES= depcomp install-sh missing PORTDOCS= README PLIST_FILES= bin/dnswall +post-patch: + @${REINPLACE_CMD} -e 's|1.10|1.10.1|g' ${WRKSRC}/aclocal.m4 + pre-configure: .for f in ${AUTOFILES} @${RM} ${WRKSRC}/${f} |