Support stage.

This commit is contained in:
Vanilla I. Shu 2013-09-25 02:22:52 +00:00
parent 71547ec32c
commit 3410aefc54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328238

View File

@ -15,10 +15,9 @@ LICENSE_COMB= dual
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
PLIST_FILES= bin/hffzip
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>