svn commit: r343728 - head/ports-mgmt/porteasy

Martin Wilke miwi at FreeBSD.org
Tue Feb 11 09:53:32 UTC 2014


Author: miwi
Date: Tue Feb 11 09:53:31 2014
New Revision: 343728
URL: http://svnweb.freebsd.org/changeset/ports/343728
QAT: https://qat.redports.org/buildarchive/r343728/

Log:
  - Stage support

Modified:
  head/ports-mgmt/porteasy/Makefile
  head/ports-mgmt/porteasy/pkg-plist

Modified: head/ports-mgmt/porteasy/Makefile
==============================================================================
--- head/ports-mgmt/porteasy/Makefile	Tue Feb 11 09:53:30 2014	(r343727)
+++ head/ports-mgmt/porteasy/Makefile	Tue Feb 11 09:53:31 2014	(r343728)
@@ -15,16 +15,10 @@ USES=		perl5
 
 SRC=		${.CURDIR}/src
 
-MAN8=		porteasy.8
-
-NO_STAGE=	yes
-do-fetch:
-	@${DO_NADA}
-
 do-configure:
 	@${SED} "s,%%PREFIX%%,${PREFIX}," ${SRC}/porteasy.pl >${WRKDIR}/porteasy
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/porteasy ${PREFIX}/bin/porteasy
-	@${INSTALL_MAN} ${SRC}/porteasy.8 ${PREFIX}/man/man8
+	@${INSTALL_SCRIPT} ${WRKDIR}/porteasy ${STAGEDIR}${PREFIX}/bin/porteasy
+	@${INSTALL_MAN} ${SRC}/porteasy.8 ${STAGEDIR}${PREFIX}/man/man8
 
 .include <bsd.port.mk>

Modified: head/ports-mgmt/porteasy/pkg-plist
==============================================================================
--- head/ports-mgmt/porteasy/pkg-plist	Tue Feb 11 09:53:30 2014	(r343727)
+++ head/ports-mgmt/porteasy/pkg-plist	Tue Feb 11 09:53:31 2014	(r343728)
@@ -1 +1,2 @@
 bin/porteasy
+man/man8/porteasy.8.gz


More information about the svn-ports-all mailing list