1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-03-13 13:38:22 +00:00
parent 8a71e8061e
commit 90813b4808
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348065

View File

@ -15,8 +15,7 @@ PLIST_FILES= bin/toshctl
WRKSRC= ${WRKDIR}/toshctl
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>