1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add staging support

This commit is contained in:
Pawel Pekala 2014-05-31 14:48:05 +00:00
parent 217333838c
commit 901f8a6ab1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355984

View File

@ -21,7 +21,6 @@ NO_BUILD= yes
JARFILE= NetComponents.jar
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
@ -30,8 +29,6 @@ IGNORE= must be manually fetched from ${MASTER_SITES}. Download\
.endif
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
@${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/
@${ECHO_MSG} " [ DONE ]"
${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.post.mk>