mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add staging support
This commit is contained in:
parent
217333838c
commit
901f8a6ab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355984
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue