mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add staging support
PR: ports/187066 Submitted by: maintainer
This commit is contained in:
parent
61e7e3049e
commit
3885c577e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346078
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user