diff options
-rw-r--r-- | java/eclipse-datatools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/eclipse-datatools/Makefile b/java/eclipse-datatools/Makefile index acd1592037b1..dfbf0fa6286c 100644 --- a/java/eclipse-datatools/Makefile +++ b/java/eclipse-datatools/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,/eclipse/downloads/drops/,/datatools/downl MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= eclipse- DISTNAME= dtp-sdk_${PORTVERSION} +EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org @@ -20,9 +21,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ LICENSE= EPL WRKSRC= ${WRKDIR}/eclipse -USE_ZIP= yes -NO_STAGE= yes .include "${.CURDIR}/../eclipse/Makefile.plugins" .include <bsd.port.mk> |