From 4af74fc7f1c8ee7957caeae86c74d39b94e84fef Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 10 Mar 2014 15:21:21 +0000 Subject: Convert j* to USES=zip --- java/eclipse-sqlexplorer/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'java/eclipse-sqlexplorer') diff --git a/java/eclipse-sqlexplorer/Makefile b/java/eclipse-sqlexplorer/Makefile index 1c02860b8e39..df62ab7195b9 100644 --- a/java/eclipse-sqlexplorer/Makefile +++ b/java/eclipse-sqlexplorer/Makefile @@ -8,7 +8,6 @@ CATEGORIES= java MASTER_SITES= SF/eclipsesql/SQL%20Explorer%20Plugin/${PORTVERSION} PKGNAMEPREFIX= eclipse- DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .zip DIST_SUBDIR= eclipse MAINTAINER= freebsd-eclipse@FreeBSD.org @@ -17,9 +16,9 @@ COMMENT= A visual database query tool for Eclipse RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes -USE_ZIP= yes NO_STAGE= yes do-install: -- cgit