svn commit: r355984 - head/java/netcomponents

Pawel Pekala pawel at FreeBSD.org
Sat May 31 14:48:06 UTC 2014


Author: pawel
Date: Sat May 31 14:48:05 2014
New Revision: 355984
URL: http://svnweb.freebsd.org/changeset/ports/355984
QAT: https://qat.redports.org/buildarchive/r355984/

Log:
  Add staging support

Modified:
  head/java/netcomponents/Makefile

Modified: head/java/netcomponents/Makefile
==============================================================================
--- head/java/netcomponents/Makefile	Sat May 31 14:39:57 2014	(r355983)
+++ head/java/netcomponents/Makefile	Sat May 31 14:48:05 2014	(r355984)
@@ -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 $
 .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>


More information about the svn-ports-all mailing list