svn commit: r344559 - head/java/eclipse-RDT

Antoine Brodin antoine at FreeBSD.org
Sun Feb 16 13:13:49 UTC 2014


Author: antoine
Date: Sun Feb 16 13:13:49 2014
New Revision: 344559
URL: http://svnweb.freebsd.org/changeset/ports/344559
QAT: https://qat.redports.org/buildarchive/r344559/

Log:
  Stage support

Modified:
  head/java/eclipse-RDT/Makefile

Modified: head/java/eclipse-RDT/Makefile
==============================================================================
--- head/java/eclipse-RDT/Makefile	Sun Feb 16 13:07:16 2014	(r344558)
+++ head/java/eclipse-RDT/Makefile	Sun Feb 16 13:13:49 2014	(r344559)
@@ -41,7 +41,6 @@ RDTFILES=	features/org.rubypeople.rdt_${
 		plugins/org.rubypeople.rdt.testunit_${RDTVERSION} \
 		plugins/org.rubypeople.rdt.ui_${RDTVERSION}
 
-NO_STAGE=	yes
 post-extract:
 	${MKDIR} ${WRKSRC}
 .for FILE in ${RDTFILES}
@@ -51,12 +50,7 @@ post-extract:
 .endfor
 
 do-install:
-.for FILE in ${RDTFILES}
-	cd ${WRKSRC} \
-	  && ${MKDIR} ${ECLIPSE}/${FILE} \
-	  && ${FIND} ${FILE} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \
-	  && ${FIND} ${FILE} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \;
-.endfor
+	cd ${WRKSRC} && ${COPYTREE_SHARE} "${RDTFILES}" ${STAGEDIR}${ECLIPSE}
 
 post-install:
 .for FILE in ${RDTFILES}


More information about the svn-ports-all mailing list