mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Add stage support
This commit is contained in:
parent
ee3dce8c27
commit
0822c814ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334444
@ -19,12 +19,9 @@ USE_ANT= YES
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}/${PORTNAME}.jar
|
||||
PLIST_DIRS= %%JAVAJARDIR%%/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Install JAR files in ${JAVAJARDIR}/${PORTNAME}/ ..."
|
||||
@${MKDIR} ${JAVAJARDIR}/${PORTNAME}
|
||||
@${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar \
|
||||
${JAVAJARDIR}/${PORTNAME}/
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
@${MKDIR} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}
|
||||
${INSTALL_DATA} ${WRKSRC}/bin/${PORTNAME}.jar \
|
||||
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user