Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 14:39:26 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370090 - head/www/suphp
Message-ID:  <201410051439.s95EdQSC026772@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 14:39:25 2014
New Revision: 370090
URL: https://svnweb.freebsd.org/changeset/ports/370090
QAT: https://qat.redports.org/buildarchive/r370090/

Log:
  Convert to USES=autoreconf

Modified:
  head/www/suphp/Makefile

Modified: head/www/suphp/Makefile
==============================================================================
--- head/www/suphp/Makefile	Sun Oct  5 14:37:24 2014	(r370089)
+++ head/www/suphp/Makefile	Sun Oct  5 14:39:25 2014	(r370090)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051439.s95EdQSC026772>