diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 23:21:21 +0800 |
commit | 4af74fc7f1c8ee7957caeae86c74d39b94e84fef (patch) | |
tree | 9b323bcd3bd5e01546acdcbc8ebfa5e108a04d56 /java/eclipse-sqlexplorer | |
parent | 33f5bc7e0b57754907e412b239748ef09a807430 (diff) | |
download | freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.gz freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.tar.zst freebsd-ports-gnome-4af74fc7f1c8ee7957caeae86c74d39b94e84fef.zip |
Convert j* to USES=zip
Diffstat (limited to 'java/eclipse-sqlexplorer')
-rw-r--r-- | java/eclipse-sqlexplorer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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: |