From 901f8a6ab1dc2760ea8fedf98f879f59fd9f31d9 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sat, 31 May 2014 14:48:05 +0000 Subject: [PATCH] Add staging support --- java/netcomponents/Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 .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