svn commit: r354547 - head/databases/jrobin

Vanilla I. Shu vanilla at FreeBSD.org
Mon May 19 15:51:26 UTC 2014


Author: vanilla
Date: Mon May 19 15:51:26 2014
New Revision: 354547
URL: http://svnweb.freebsd.org/changeset/ports/354547
QAT: https://qat.redports.org/buildarchive/r354547/

Log:
  Support staging.

Modified:
  head/databases/jrobin/Makefile

Modified: head/databases/jrobin/Makefile
==============================================================================
--- head/databases/jrobin/Makefile	Mon May 19 15:49:42 2014	(r354546)
+++ head/databases/jrobin/Makefile	Mon May 19 15:51:26 2014	(r354547)
@@ -17,10 +17,9 @@ NO_BUILD=	yes
 
 CLASSES=	jrobin
 
-NO_STAGE=	yes
 do-install:
 .for c in ${CLASSES}
-	${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${JAVAJARDIR}/${c}.jar
+	${INSTALL_DATA} ${DISTDIR}/${c}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${c}.jar
 	@${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST}
 .endfor
 


More information about the svn-ports-all mailing list