aboutsummaryrefslogtreecommitdiffstats
path: root/java/eclipse-aptana
diff options
context:
space:
mode:
Diffstat (limited to 'java/eclipse-aptana')
-rw-r--r--java/eclipse-aptana/Makefile5
1 files changed, 2 insertions, 3 deletions
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 <bsd.port.mk>