diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
commit | ee3857ac876456535c09c83cc89dfe0ee26d65d3 (patch) | |
tree | 0e3dac7597fb30f7eead17a469abb423969a5545 /dns/dnswall | |
parent | 8240e363240c33109677d2fdd36d19b65efa766d (diff) | |
download | freebsd-ports-gnome-ee3857ac876456535c09c83cc89dfe0ee26d65d3.tar.gz freebsd-ports-gnome-ee3857ac876456535c09c83cc89dfe0ee26d65d3.tar.zst freebsd-ports-gnome-ee3857ac876456535c09c83cc89dfe0ee26d65d3.zip |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr
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} |