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-02-25 08:54:31 +00:00
parent 720959835c
commit 567f20ee85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345933

View File

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