diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-04 22:33:40 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-07-04 22:33:40 +0000 |
commit | 971fc1d533780ac094a425154784dec505939f75 (patch) | |
tree | cde9ad216d59197158c89cf56458dff485a9214e /java/eclipse-examples | |
parent | 0d30f7f05f4f2ce02585e3bf778bdb1f90cc7194 (diff) |
Notes
Diffstat (limited to 'java/eclipse-examples')
-rw-r--r-- | java/eclipse-examples/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/eclipse-examples/Makefile b/java/eclipse-examples/Makefile index 9adce12c2e96..61cfa1761346 100644 --- a/java/eclipse-examples/Makefile +++ b/java/eclipse-examples/Makefile @@ -8,10 +8,7 @@ PORTNAME= eclipse-examples PORTVERSION= 2.1.1 CATEGORIES= java devel -MASTER_SITES= http://download2.eclipse.org/downloads/drops/%SUBDIR%/ \ - http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/%SUBDIR%/ \ - ftp://gd.tuwien.ac.at/softeng/eclipse/%SUBDIR%/ \ - ftp://ftp.tu-clausthal.de/pub/eclipse/downloads/drops/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_ECLIPSE} MASTER_SITE_SUBDIR= R-2.1.1-200306271545 DIST_SUBDIR= eclipse |