svn commit: r358081 - head/java/eclipse-vep

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 09:40:23 UTC 2014


Author: vanilla
Date: Tue Jun 17 09:40:22 2014
New Revision: 358081
URL: http://svnweb.freebsd.org/changeset/ports/358081
QAT: https://qat.redports.org/buildarchive/r358081/

Log:
  Stagify.

Modified:
  head/java/eclipse-vep/Makefile

Modified: head/java/eclipse-vep/Makefile
==============================================================================
--- head/java/eclipse-vep/Makefile	Tue Jun 17 09:33:41 2014	(r358080)
+++ head/java/eclipse-vep/Makefile	Tue Jun 17 09:40:22 2014	(r358081)
@@ -26,11 +26,10 @@ USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native
 
-NO_STAGE=	yes
 do-install:
-		@${MKDIR} ${PREFIX}/lib/eclipse
-		@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
-		@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+		@${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+		@${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse
 		@(cd ${WRKSRC}; ${FIND} -s eclipse/features eclipse/plugins -not -type d) | ${SED} -e 's,^eclipse,lib/eclipse,' >> ${TMPPLIST}
 		@(cd ${WRKSRC}; ${FIND} -s -d eclipse/features eclipse/plugins -type d) \
 			| ${GREP} -vE 'eclipse/plugins$$|eclipse/features$$' \


More information about the svn-ports-head mailing list