aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-16 14:58:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-16 14:58:22 +0000
commit00d6cda46dd89d49d4da824261f988f2284d92ab (patch)
tree2f992a5d416e9bf587337e505dbb999108496886 /java
parent50cfe119078a37fe40c73686a9598942b8e74c6d (diff)
downloadports-00d6cda46dd89d49d4da824261f988f2284d92ab.tar.gz
ports-00d6cda46dd89d49d4da824261f988f2284d92ab.zip
Notes
Diffstat (limited to 'java')
-rw-r--r--java/eclipse-gef-examples/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/java/eclipse-gef-examples/Makefile b/java/eclipse-gef-examples/Makefile
index 9c6103505e7f..becf48df86a2 100644
--- a/java/eclipse-gef-examples/Makefile
+++ b/java/eclipse-gef-examples/Makefile
@@ -9,6 +9,7 @@ MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -examples
DISTNAME= GEF-examples-${PORTVERSION}
+EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
@@ -18,12 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
-USE_ZIP= yes
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+ cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>