- Stage support
This commit is contained in:
parent
bdd421e301
commit
dea70cd280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346539
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ USE_ANT= yes
|
|||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${JAVAJARDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
|
||||
${JAVAJARDIR}/${PORTNAME}.jar
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue