diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-04 08:54:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-04 08:54:26 +0000 |
commit | 745c4490d855c117fa60d84b279047256632b5ba (patch) | |
tree | 8e2eaf37546c9ab49e989392daaf170e8483c6a5 /java/eclipse-cdt | |
parent | 6dfdf7365170bbbf16ed9083013c13288c761e00 (diff) | |
download | ports-745c4490d855c117fa60d84b279047256632b5ba.tar.gz ports-745c4490d855c117fa60d84b279047256632b5ba.zip |
Notes
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 |