Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 16:18:53 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346539 - head/graphics/xmlgraphics-commons
Message-ID:  <201402281618.s1SGIrpd065306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402281618.s1SGIrpd065306>