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:
Renato Botelho 2013-10-13 18:52:54 +00:00
parent c89205b637
commit 4ccd907479
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330244

View File

@ -25,8 +25,7 @@ SHEBANG_FILES= mb2md
PLIST_FILES= bin/mb2md PLIST_FILES= bin/mb2md
NO_STAGE= yes
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.mk>