aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-16 21:28:17 +0800
committerantoine <antoine@FreeBSD.org>2014-02-16 21:28:17 +0800
commitb3a54bfb73755a5dd0410368246438640d3cd3da (patch)
tree1105f3c560f6c2a13a18fd80aed50400e453db05 /java
parentc8c07741927b80ca34d8cf7d5f6244d5fe9acdb3 (diff)
downloadfreebsd-ports-gnome-b3a54bfb73755a5dd0410368246438640d3cd3da.tar.gz
freebsd-ports-gnome-b3a54bfb73755a5dd0410368246438640d3cd3da.tar.zst
freebsd-ports-gnome-b3a54bfb73755a5dd0410368246438640d3cd3da.zip
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java')
-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>