- Stage support

This commit is contained in:
Martin Wilke 2014-02-28 16:18:52 +00:00
parent bdd421e301
commit dea70cd280
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346539

View file

@ -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>