aboutsummaryrefslogtreecommitdiff
path: root/www/suphp
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-22 20:05:49 +0000
commit843f8123d49e579e80de26ff1dd62c8c1acf3fac (patch)
treec7ef29d508548833364cb92d3bd5bcf810816e88 /www/suphp
parent55d09a7758330e40bc25cb90b27b1ae9b034af02 (diff)
downloadports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.tar.gz
ports-843f8123d49e579e80de26ff1dd62c8c1acf3fac.zip
Notes
Diffstat (limited to 'www/suphp')
-rw-r--r--www/suphp/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile
index d975f11109b1..754e16bb9f2d 100644
--- a/www/suphp/Makefile
+++ b/www/suphp/Makefile
@@ -39,9 +39,13 @@ CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE}
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}
+AUTOTOOLSFILES= aclocal.m4
+
post-patch:
- @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4
- @${REINPLACE_CMD} -e 's|1.10.1|1.11.1|g' ${WRKSRC}/aclocal.m4
+ @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' \
+ -e 's|1.10.1|%%AUTOMAKE_APIVER%%|g' \
+ -e 's|1.10|%%AUTOMAKE_VERSION%%|g' \
+ ${WRKSRC}/aclocal.m4
@${CHMOD} 755 ${WRKSRC}/config/install-sh
post-install: