diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-27 18:26:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-27 18:26:32 +0800 |
commit | 7ab6f7372ffafe8ceb22c8febc334fafd11dc7c6 (patch) | |
tree | 0b41d9c139890f3520da5d19314bce68c87b9cd1 | |
parent | dbd85b4db5c2a6eb2de94c586173533076db5a04 (diff) | |
download | freebsd-ports-gnome-7ab6f7372ffafe8ceb22c8febc334fafd11dc7c6.tar.gz freebsd-ports-gnome-7ab6f7372ffafe8ceb22c8febc334fafd11dc7c6.tar.zst freebsd-ports-gnome-7ab6f7372ffafe8ceb22c8febc334fafd11dc7c6.zip |
Support stage
-rw-r--r-- | devel/autoconf213/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/autoconf213/Makefile b/devel/autoconf213/Makefile index 6c096ce8adba..0d478d8dad73 100644 --- a/devel/autoconf213/Makefile +++ b/devel/autoconf213/Makefile @@ -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> |