mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Convert to USES=autoreconf
This commit is contained in:
parent
00531e9f2a
commit
f1cc767ce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370090
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user