mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Support staging.
This commit is contained in:
parent
cda85fc9f8
commit
6537adaa3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354547
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user