Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 16:15:10 +00:00
parent 527e2c3683
commit 38a5c4f1e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346044

View file

@ -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>