aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-05-31 22:48:05 +0800
committerpawel <pawel@FreeBSD.org>2014-05-31 22:48:05 +0800
commit523566498638f511429f423b98dbefb8a01c9273 (patch)
treeb3384b0f4a3cea05019b6d5154b634ea597a0c23 /java
parenteeb873e47de2d1bef8c23b016d26fe22df7ad0da (diff)
downloadfreebsd-ports-gnome-523566498638f511429f423b98dbefb8a01c9273.tar.gz
freebsd-ports-gnome-523566498638f511429f423b98dbefb8a01c9273.tar.zst
freebsd-ports-gnome-523566498638f511429f423b98dbefb8a01c9273.zip
Add staging support
Diffstat (limited to 'java')
-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>