svn commit: r346539 - head/graphics/xmlgraphics-commons

Martin Wilke miwi at FreeBSD.org
Fri Feb 28 16:18:53 UTC 2014


Author: miwi
Date: Fri Feb 28 16:18:52 2014
New Revision: 346539
URL: http://svnweb.freebsd.org/changeset/ports/346539
QAT: https://qat.redports.org/buildarchive/r346539/

Log:
  - Stage support

Modified:
  head/graphics/xmlgraphics-commons/Makefile

Modified: head/graphics/xmlgraphics-commons/Makefile
==============================================================================
--- head/graphics/xmlgraphics-commons/Makefile	Fri Feb 28 16:18:45 2014	(r346538)
+++ head/graphics/xmlgraphics-commons/Makefile	Fri Feb 28 16:18:52 2014	(r346539)
@@ -20,9 +20,9 @@ USE_ANT=	yes
 
 PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar
 
-NO_STAGE=	yes
 do-install:
+	${MKDIR} ${STAGEDIR}${JAVAJARDIR}
 	${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \
-		${JAVAJARDIR}/${PORTNAME}.jar
+		${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list