diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 22:20:32 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-16 22:20:32 +0800 |
commit | e28c40befd1f118056b95163fadb69983dddf0d4 (patch) | |
tree | 9edd4962b2036671ccd956145d0ab591535b9ef3 /java | |
parent | 620c60497a2a6a11b38fa376a6e6ca6b0d28c99e (diff) | |
download | freebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.tar.gz freebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.tar.zst freebsd-ports-gnome-e28c40befd1f118056b95163fadb69983dddf0d4.zip |
- Stage support
- Remove infozip dependency
Diffstat (limited to 'java')
-rw-r--r-- | java/eclipse-emf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse-emf/Makefile b/java/eclipse-emf/Makefile index 20efdd3653ed..68fc15361910 100644 --- a/java/eclipse-emf/Makefile +++ b/java/eclipse-emf/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/modeling/emf/em MASTER_SITE_SUBDIR=${PORTVERSION}/R201201300943 PKGNAMEPREFIX= eclipse- DISTNAME= emf-xsd-SDK-${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= kamikaze@bsdforen.de @@ -16,9 +17,7 @@ COMMENT= Eclipse Modeling Framework RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse WRKSRC= ${WRKDIR}/eclipse -USE_ZIP= yes -NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include <bsd.port.mk> |