svn commit: r340698 - head/java/eclipse

Alex Dupre ale at FreeBSD.org
Wed Jan 22 08:36:49 UTC 2014


Author: ale
Date: Wed Jan 22 08:36:48 2014
New Revision: 340698
URL: http://svnweb.freebsd.org/changeset/ports/340698
QAT: https://qat.redports.org/buildarchive/r340698/

Log:
  Support staging.

Modified:
  head/java/eclipse/Makefile.plugins

Modified: head/java/eclipse/Makefile.plugins
==============================================================================
--- head/java/eclipse/Makefile.plugins	Wed Jan 22 08:34:38 2014	(r340697)
+++ head/java/eclipse/Makefile.plugins	Wed Jan 22 08:36:48 2014	(r340698)
@@ -6,8 +6,8 @@ JAVA_OS=	native
 REPO_DIRS?=	features plugins
 
 do-install:
-		@${MKDIR} ${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse
-		@(cd ${WRKSRC}; ${COPYTREE_SHARE} "${REPO_DIRS}" ${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse/)
-		@(cd ${PREFIX}; ${FIND} -s share/eclipse/dropins/${PORTNAME} -not -type d) >> ${TMPPLIST}
-		@(cd ${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d) \
+		@${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse
+		@(cd ${WRKSRC}; ${COPYTREE_SHARE} "${REPO_DIRS}" ${STAGEDIR}${PREFIX}/share/eclipse/dropins/${PORTNAME}/eclipse/)
+		@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s share/eclipse/dropins/${PORTNAME} -not -type d) >> ${TMPPLIST}
+		@(cd ${STAGEDIR}${PREFIX}; ${FIND} -s -d share/eclipse/dropins/${PORTNAME} -type d) \
 			| ${SED} -ne 's,^, at dirrm ,p' >> ${TMPPLIST}


More information about the svn-ports-all mailing list