summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-16 13:28:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-16 13:28:17 +0000
commit5ef07092d74dfc3cde76af960c4f0e832db5a00f (patch)
tree1105f3c560f6c2a13a18fd80aed50400e453db05 /java
parent- Stage support (diff)
- Stage support
- Remove infozip dependency
Notes
Notes: svn path=/head/; revision=344561
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>