svn commit: r357038 - head/math/jts

Vanilla I. Shu vanilla at FreeBSD.org
Sun Jun 8 14:56:08 UTC 2014


Author: vanilla
Date: Sun Jun  8 14:56:07 2014
New Revision: 357038
URL: http://svnweb.freebsd.org/changeset/ports/357038
QAT: https://qat.redports.org/buildarchive/r357038/

Log:
  Stagify.

Modified:
  head/math/jts/Makefile

Modified: head/math/jts/Makefile
==============================================================================
--- head/math/jts/Makefile	Sun Jun  8 14:48:55 2014	(r357037)
+++ head/math/jts/Makefile	Sun Jun  8 14:56:07 2014	(r357038)
@@ -21,8 +21,6 @@ NO_WRKSUBDIR=	yes
 VER=		${PORTVERSION:tl}
 JARFILES=	JTS_Test acme jts-${VER}
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
@@ -30,11 +28,11 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 .for jar in ${JARFILES}
 	${INSTALL_DATA} ${WRKSRC}/lib/${jar}.jar	\
-		${JAVAJARDIR}/${jar:S|-${VER}||}.jar
+		${STAGEDIR}${JAVAJARDIR}/${jar:S|-${VER}||}.jar
 .endfor
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-	@cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@cd ${WRKDIR}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 .endif
 


More information about the svn-ports-head mailing list