Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-27 10:26:32 +00:00
parent 7f50cc984c
commit 679cca8b6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341364

View File

@ -23,7 +23,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
BUILD_VERSION= 2.13
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
USE_BZIP2= yes
USES= perl5
USES= perl5 desthack
GNU_CONFIGURE= yes
CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK}
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
@ -32,13 +32,12 @@ INFO= autoconf-${BUILD_VERSION}
STRIP= # none
NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true
post-install:
@${CHMOD} +x ${PREFIX}/share/autoconf-${BUILD_VERSION}/config.*
@${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
${PREFIX}/share/autoconf-${BUILD_VERSION}
${CHMOD} +x ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION}/config.*
${INSTALL_SCRIPT} ${WRKSRC}/install-sh \
${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION}
.include <bsd.port.mk>