diff options
author | nork <nork@FreeBSD.org> | 2005-01-04 16:54:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-01-04 16:54:26 +0800 |
commit | 767e5cc263bfeae5ba14b67f914ce5fe92501b85 (patch) | |
tree | 3f686b23d22fe797d234719ea63aef2045cb5b18 /java/eclipse-cdt | |
parent | 17e60d524f0a3590a4d94a09a3524189b8e01a47 (diff) | |
download | freebsd-ports-gnome-767e5cc263bfeae5ba14b67f914ce5fe92501b85.tar.gz freebsd-ports-gnome-767e5cc263bfeae5ba14b67f914ce5fe92501b85.tar.zst freebsd-ports-gnome-767e5cc263bfeae5ba14b67f914ce5fe92501b85.zip |
Refetchable.
PR: ports/75779
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by: portmgr (krion)
Diffstat (limited to 'java/eclipse-cdt')
-rw-r--r-- | java/eclipse-cdt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/eclipse-cdt/Makefile b/java/eclipse-cdt/Makefile index 30fff5661a41..4fa20d73320d 100644 --- a/java/eclipse-cdt/Makefile +++ b/java/eclipse-cdt/Makefile @@ -9,7 +9,7 @@ PORTNAME= cdt PORTVERSION= 2.0.2 PORTREVISION= 1 CATEGORIES= java devel -MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/ +MASTER_SITES= http://download.eclipse.org/tools/cdt/releases/new/zips/${PORTVERSION}/ PKGNAMEPREFIX= eclipse- DISTNAME= org.eclipse.cdt-${PORTVERSION}-linux.${ECLIPSE_ARCH} DIST_SUBDIR= eclipse @@ -19,8 +19,6 @@ COMMENT= C/C++ IDE for Eclipse RUN_DEPENDS= ${LOCALBASE}/eclipse:${PORTSDIR}/java/eclipse -BROKEN= Unfetchable - NO_WRKSUBDIR= yes NO_BUILD= yes USE_ZIP= yes |