svn commit: r328071 - head/devel/automake

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 22:03:43 UTC 2013


Author: bapt
Date: Mon Sep 23 22:03:42 2013
New Revision: 328071
URL: http://svnweb.freebsd.org/changeset/ports/328071

Log:
  Support staging
  Staging allows to remove post-patch and pre-su-install

Modified:
  head/devel/automake/Makefile
  head/devel/automake/pkg-plist

Modified: head/devel/automake/Makefile
==============================================================================
--- head/devel/automake/Makefile	Mon Sep 23 22:03:16 2013	(r328070)
+++ head/devel/automake/Makefile	Mon Sep 23 22:03:42 2013	(r328071)
@@ -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>

Modified: head/devel/automake/pkg-plist
==============================================================================
--- head/devel/automake/pkg-plist	Mon Sep 23 22:03:16 2013	(r328070)
+++ head/devel/automake/pkg-plist	Mon Sep 23 22:03:42 2013	(r328071)
@@ -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


More information about the svn-ports-all mailing list