From 5ef07092d74dfc3cde76af960c4f0e832db5a00f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 16 Feb 2014 13:28:17 +0000 Subject: - Stage support - Remove infozip dependency --- java/eclipse-aptana/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'java') diff --git a/java/eclipse-aptana/Makefile b/java/eclipse-aptana/Makefile index e174e6c941a3..87684e9abac1 100644 --- a/java/eclipse-aptana/Makefile +++ b/java/eclipse-aptana/Makefile @@ -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@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 -- cgit v1.2.3