1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-03-18 13:20:07 +00:00
parent 463276a908
commit a469c0579a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348539

View File

@ -16,8 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/gnusget
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>