Stage support

This commit is contained in:
Antoine Brodin 2014-01-06 21:35:19 +00:00
parent 7ffbde5645
commit 437e0654c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338942

View File

@ -21,8 +21,7 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/sarep
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKSRC}/sarep ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>