diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 06:06:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 06:06:34 +0800 |
commit | e1a5c5be62d4ad4de0ffd80d88adc6b8125a3ae5 (patch) | |
tree | 3abb8847923fec8baa8237444c95d844260a96e6 /devel | |
parent | 8c976411e32442ada53f5f87adacd48a2349eed3 (diff) | |
download | freebsd-ports-gnome-e1a5c5be62d4ad4de0ffd80d88adc6b8125a3ae5.tar.gz freebsd-ports-gnome-e1a5c5be62d4ad4de0ffd80d88adc6b8125a3ae5.tar.zst freebsd-ports-gnome-e1a5c5be62d4ad4de0ffd80d88adc6b8125a3ae5.zip |
Support staging
Diffstat (limited to 'devel')
-rw-r--r-- | devel/autoconf/Makefile | 9 | ||||
-rw-r--r-- | devel/autoconf/pkg-plist | 9 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index c1d3dcf44420..6e9bfb6a0eee 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -19,8 +19,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ BUILD_VERSION= 2.69 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USE_XZ= yes -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 INFO= autoconf GNU_CONFIGURE= yes @@ -32,10 +31,6 @@ GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh missing GENERIC_LINKS= autoconf autoheader autom4te autoreconf autoscan autoupdate \ ifnames -MAN1_PAGES= ${GENERIC_LINKS} config.guess config.sub -MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g} - -NO_STAGE= yes post-patch: @(cd ${WRKSRC}/man && \ for file in *.[1x]; do \ @@ -48,7 +43,7 @@ post-patch: post-install: .for FILE in ${GENERIC_TOOLS} - @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION} + @${INSTALL_SCRIPT} ${WRKSRC}/build-aux/${FILE} ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .endfor .include <bsd.port.mk> diff --git a/devel/autoconf/pkg-plist b/devel/autoconf/pkg-plist index 2b983e668209..4f904b3c20cc 100644 --- a/devel/autoconf/pkg-plist +++ b/devel/autoconf/pkg-plist @@ -5,6 +5,15 @@ bin/autoreconf-%%BUILD_VERSION%% bin/autoscan-%%BUILD_VERSION%% bin/autoupdate-%%BUILD_VERSION%% bin/ifnames-%%BUILD_VERSION%% +man/man1/autoconf-2.69.1.gz +man/man1/autoheader-2.69.1.gz +man/man1/autom4te-2.69.1.gz +man/man1/autoreconf-2.69.1.gz +man/man1/autoscan-2.69.1.gz +man/man1/autoupdate-2.69.1.gz +man/man1/config.guess-2.69.1.gz +man/man1/config.sub-2.69.1.gz +man/man1/ifnames-2.69.1.gz share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm |