diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-05 22:39:25 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-05 22:39:25 +0800 |
commit | 8d2c061b7c02836400768609b4aabaad756391e1 (patch) | |
tree | 9f96ac16aedd33f13cf30f0c8ee39723d470b7ad /www | |
parent | 98c2d5d91f298aa3642ebbf3095821a60624049f (diff) | |
download | freebsd-ports-gnome-8d2c061b7c02836400768609b4aabaad756391e1.tar.gz freebsd-ports-gnome-8d2c061b7c02836400768609b4aabaad756391e1.tar.zst freebsd-ports-gnome-8d2c061b7c02836400768609b4aabaad756391e1.zip |
Convert to USES=autoreconf
Diffstat (limited to 'www')
-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 |