diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-05 14:39:25 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-05 14:39:25 +0000 |
commit | f1cc767ce51fe480c0a48e3f7bd2cd42c853c6d4 (patch) | |
tree | 9f96ac16aedd33f13cf30f0c8ee39723d470b7ad | |
parent | Remove trailing / (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=370090
-rw-r--r-- | www/suphp/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/www/suphp/Makefile b/www/suphp/Makefile index b8cfe543031c..ff4d25743f09 100644 --- a/www/suphp/Makefile +++ b/www/suphp/Makefile @@ -13,9 +13,7 @@ MAINTAINER= bdrewery@FreeBSD.org COMMENT= Securely execute PHP scripts under Apache GNU_CONFIGURE= yes -USES= libtool -USE_AUTOTOOLS= aclocal:env automake autoconf:env -AUTOMAKE_ARGS+= --add-missing +USES= autoreconf libtool SUB_FILES= pkg-message USE_APACHE= 22 @@ -45,13 +43,6 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS+= --with-apr=${LOCALBASE} -AUTOTOOLSFILES= aclocal.m4 - -post-patch: - @${REINPLACE_CMD} -e 's|2.68|%%AUTOCONF_VERSION%%|g' \ - -e 's|1.11.3|%%AUTOMAKE_VERSION%%|g' \ - ${WRKSRC}/aclocal.m4 - post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR}/apache |