1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Support staging

Staging allows to remove post-patch and pre-su-install
This commit is contained in:
Baptiste Daroussin 2013-09-23 22:03:42 +00:00
parent 27a6a26921
commit 91497b46b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328071
2 changed files with 4 additions and 13 deletions

View File

@ -23,18 +23,5 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION}
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
INFO= automake
MAN1= aclocal-${BUILD_VERSION}-${BUILD_VERSION}.1 \
aclocal-${BUILD_VERSION}.1 \
automake-${BUILD_VERSION}-${BUILD_VERSION}.1 \
automake-${BUILD_VERSION}.1
NO_STAGE= yes
post-patch:
@${RM} ${WRKSRC}/doc/*.info
pre-su-install:
@${RM} -fr ${PREFIX}/share/automake-${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/automake-${BUILD_VERSION}
@${MKDIR} ${PREFIX}/share/aclocal-${BUILD_VERSION}
.include <bsd.port.mk>

View File

@ -1,5 +1,9 @@
bin/aclocal-%%BUILD_VERSION%%
bin/automake-%%BUILD_VERSION%%
man/man1/aclocal-1.14-1.14.1.gz
man/man1/aclocal-1.14.1.gz
man/man1/automake-1.14-1.14.1.gz
man/man1/automake-1.14.1.gz
share/aclocal-%%BUILD_VERSION%%/amversion.m4
share/aclocal-%%BUILD_VERSION%%/ar-lib.m4
share/aclocal-%%BUILD_VERSION%%/as.m4