- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 10:32:25 +00:00
parent c3390f2ce1
commit cdc850571f

View file

@ -18,8 +18,7 @@ NO_WRKSUBDIR= YES
NO_BUILD= YES
PLIST_FILES= bin/fpkg
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>