aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/collectd5
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2012-05-12 04:38:09 +0800
committerade <ade@FreeBSD.org>2012-05-12 04:38:09 +0800
commitec81fd924ccfa4a135be31e8f27887286828c2de (patch)
treec4bd2f8529e840fa116e09d1f68e442cc7f2ce0c /net-mgmt/collectd5
parent497d7e487cb4abc3d85b201fc1bd72c134effbd4 (diff)
downloadfreebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.gz
freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.zst
freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.zip
Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
Diffstat (limited to 'net-mgmt/collectd5')
-rw-r--r--net-mgmt/collectd5/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile
index 793e9d15193d..1787b2740eb0 100644
--- a/net-mgmt/collectd5/Makefile
+++ b/net-mgmt/collectd5/Makefile
@@ -394,7 +394,12 @@ CONFIGURE_ARGS+=--disable-xmms
PLIST_SUB+= XMMS="@comment "
.endif
+AUTOTOOLSFILES= aclocal.m4
+
post-patch:
+ @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
+ -e 's|2.67|%%AUTOCONF_VERSION%%|g' \
+ ${WRKSRC}/aclocal.m4
@${REINPLACE_CMD} \
-e 's;@prefix@/var/;/var/;' \
-e 's;/var/lib/;/var/db/;' \