aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/porttree
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-02-25 21:17:17 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-02-25 21:17:17 +0000
commit3885c577e66149fe788b3ca6a7f29c49787794b6 (patch)
tree53b7bf9cc76745ae21daf327cd53794599265480 /ports-mgmt/porttree
parent61e7e3049e35c8723fc170753f2b927aeb355483 (diff)
downloadports-3885c577e66149fe788b3ca6a7f29c49787794b6.tar.gz
ports-3885c577e66149fe788b3ca6a7f29c49787794b6.zip
Add staging support
PR: ports/187066 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=346078
Diffstat (limited to 'ports-mgmt/porttree')
-rw-r--r--ports-mgmt/porttree/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/ports-mgmt/porttree/Makefile b/ports-mgmt/porttree/Makefile
index 08fffcbfd8da..7968be0cf527 100644
--- a/ports-mgmt/porttree/Makefile
+++ b/ports-mgmt/porttree/Makefile
@@ -11,7 +11,6 @@ COMMENT= Show dependences of FreeBSD port as pseudo graphical tree
LICENSE= MIT
-MAN1= porttree.1
USE_BZIP2= yes
USE_PYTHON= yes
@@ -25,12 +24,11 @@ SVNROOT?= http://porttree.googlecode.com/svn/trunk/
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}