svn commit: r344561 - head/java/eclipse-aptana

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


Author: antoine
Date: Sun Feb 16 13:28:17 2014
New Revision: 344561
URL: http://svnweb.freebsd.org/changeset/ports/344561
QAT: https://qat.redports.org/buildarchive/r344561/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/eclipse-aptana/Makefile

Modified: head/java/eclipse-aptana/Makefile
==============================================================================
--- head/java/eclipse-aptana/Makefile	Sun Feb 16 13:21:07 2014	(r344560)
+++ head/java/eclipse-aptana/Makefile	Sun Feb 16 13:28:17 2014	(r344561)
@@ -9,6 +9,7 @@ CATEGORIES=	java devel
 MASTER_SITES=	http://update1.aptana.org/studio/3.2/024747/
 PKGNAMEPREFIX=	eclipse-
 DISTNAME=	aptana_update_${PORTVERSION:E}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Aptana Web Development Tools (Eclipse plugin)
@@ -23,10 +24,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-all mailing list