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

- Stage support

This commit is contained in:
Martin Wilke 2014-02-06 02:42:05 +00:00
parent e9fc29d7b6
commit ffcd99370e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342926

View File

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