aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-16 13:32:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-16 13:32:23 +0000
commite0b8e80600bfae1fab916b495acc82cbbcb9f9c1 (patch)
treed990922cf8e2a98cf898fcc9624db7607bf0c2ce /java
parent5ef07092d74dfc3cde76af960c4f0e832db5a00f (diff)
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-aptana2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/java/eclipse-aptana2/Makefile b/java/eclipse-aptana2/Makefile
index ff91b4f63f20..17f7b619238a 100644
--- a/java/eclipse-aptana2/Makefile
+++ b/java/eclipse-aptana2/Makefile
@@ -9,6 +9,7 @@ MASTER_SITES= http://nivi.interfree.it/distfiles/eclipse-aptana2/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= 2
DISTNAME= com.aptana.ide.feature.studio-${PORTVERSION}-5-7857HJ97CFF61HN1HZHtem5tN7
+EXTRACT_SUFX= .zip
MAINTAINER= nivit@FreeBSD.org
COMMENT= Aptana Studio 2 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>