1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Support staging.

This commit is contained in:
Vanilla I. Shu 2014-05-19 15:51:26 +00:00
parent cda85fc9f8
commit 6537adaa3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354547

View File

@ -17,10 +17,9 @@ NO_BUILD= yes
CLASSES= jrobin
NO_STAGE= yes
do-install:
.for c in ${CLASSES}
${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${JAVAJARDIR}/${c}.jar
${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${c}.jar
@${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST}
.endfor