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-03-15 15:44:06 +00:00
parent ab0dc8c069
commit 63aca260a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348335

View File

@ -23,8 +23,7 @@ NO_BUILD= yes
PLIST_FILES= bin/ompload
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/ompload
${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/ompload
.include <bsd.port.mk>