diff options
Diffstat (limited to 'java/eclipse-examples/Makefile')
-rw-r--r-- | java/eclipse-examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile index 069df60a0637..5298ff2a554d 100644 --- a/java/eclipse-examples/Makefile +++ b/java/eclipse-examples/Makefile @@ -9,7 +9,6 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-3.0-200406251208 PKGNAMEPREFIX= eclipse- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org @@ -17,6 +16,7 @@ COMMENT= Examples for the Eclipse IDE RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes |