svn commit: r328072 - head/devel/autoconf
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 23 22:06:35 UTC 2013
Author: bapt
Date: Mon Sep 23 22:06:34 2013
New Revision: 328072
URL: http://svnweb.freebsd.org/changeset/ports/328072
Log:
Support staging
Modified:
head/devel/autoconf/Makefile
head/devel/autoconf/pkg-plist
Modified: head/devel/autoconf/Makefile
==============================================================================
--- head/devel/autoconf/Makefile Mon Sep 23 22:03:42 2013 (r328071)
+++ head/devel/autoconf/Makefile Mon Sep 23 22:06:34 2013 (r328072)
@@ -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 e
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>
Modified: head/devel/autoconf/pkg-plist
==============================================================================
--- head/devel/autoconf/pkg-plist Mon Sep 23 22:03:42 2013 (r328071)
+++ head/devel/autoconf/pkg-plist Mon Sep 23 22:06:34 2013 (r328072)
@@ -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
More information about the svn-ports-head
mailing list