Support staging
This commit is contained in:
parent
527e2c3683
commit
38a5c4f1e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346044
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ COMMENT= Generate all permutations of lines from stdin
|
|||
PLIST_FILES= bin/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue