svn commit: r344560 - head/java/eclipse-aptana-radrails

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


Author: antoine
Date: Sun Feb 16 13:21:07 2014
New Revision: 344560
URL: http://svnweb.freebsd.org/changeset/ports/344560
QAT: https://qat.redports.org/buildarchive/r344560/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/eclipse-aptana-radrails/Makefile

Modified: head/java/eclipse-aptana-radrails/Makefile
==============================================================================
--- head/java/eclipse-aptana-radrails/Makefile	Sun Feb 16 13:13:49 2014	(r344559)
+++ head/java/eclipse-aptana-radrails/Makefile	Sun Feb 16 13:21:07 2014	(r344560)
@@ -10,6 +10,7 @@ MASTER_SITES=	http://update1.aptana.org/
 PKGNAMEPREFIX=	eclipse-
 PKGNAMESUFFIX=	-radrails
 DISTNAME=	org.radrails.rails_feature-${PORTVERSION}-278787EUNvWohWG-fz0019H9P9Y9
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IDE for Ruby and the Ruby on Rails framework (Eclipse plugin)
@@ -22,10 +23,8 @@ NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 USE_JAVA=	yes
-USE_ZIP=	yes
 
-NO_STAGE=	yes
 do-install:
-	@(cd ${WRKDIR} && ${CP} -R features ${PREFIX}/lib/eclipse && ${CP} -R plugins ${PREFIX}/lib/eclipse;)
+	@(cd ${WRKDIR} && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse)
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list