1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-25 08:56:13 +00:00
parent 84acf7ad73
commit 3dd3da49e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345935

View File

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