svn commit: r346078 - head/ports-mgmt/porttree

Pawel Pekala pawel at FreeBSD.org
Tue Feb 25 21:17:18 UTC 2014


Author: pawel
Date: Tue Feb 25 21:17:17 2014
New Revision: 346078
URL: http://svnweb.freebsd.org/changeset/ports/346078
QAT: https://qat.redports.org/buildarchive/r346078/

Log:
  Add staging support
  
  PR:		ports/187066
  Submitted by:	maintainer

Modified:
  head/ports-mgmt/porttree/Makefile

Modified: head/ports-mgmt/porttree/Makefile
==============================================================================
--- head/ports-mgmt/porttree/Makefile	Tue Feb 25 21:03:26 2014	(r346077)
+++ head/ports-mgmt/porttree/Makefile	Tue Feb 25 21:17:17 2014	(r346078)
@@ -11,7 +11,6 @@ COMMENT=	Show dependences of FreeBSD por
 
 LICENSE=	MIT
 
-MAN1=		porttree.1
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 
@@ -25,12 +24,11 @@ SVNROOT?=	http://porttree.googlecode.com
 SVN_REV=	52
 NO_BUILD=	yes
 NO_INSTALL=	yes
-PLIST_FILES=	bin/porttree
+PLIST_FILES=	bin/porttree man/man1/porttree.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${PREFIX}/bin/porttree
-	${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${MAN8PREFIX}/man/man1
+	${INSTALL_SCRIPT} ${WRKSRC}/src/porttree.py ${STAGEDIR}${PREFIX}/bin/porttree
+	${INSTALL_MAN} ${WRKSRC}/src/porttree.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 gen-dist:
 	${MKDIR} ${WRKDIR}


More information about the svn-ports-all mailing list