Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 13:13:49 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344559 - head/java/eclipse-RDT
Message-ID:  <201402161313.s1GDDnT4034037@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161313.s1GDDnT4034037>