aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-05-31 14:48:05 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-05-31 14:48:05 +0000
commit901f8a6ab1dc2760ea8fedf98f879f59fd9f31d9 (patch)
treeb3384b0f4a3cea05019b6d5154b634ea597a0c23
parent217333838c27f3e044ebcad815a6092c1653ed44 (diff)
Notes
-rw-r--r--java/netcomponents/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile
index c89f1ce211c7..680d24058e27 100644
--- a/java/netcomponents/Makefile
+++ b/java/netcomponents/Makefile
@@ -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>