diff options
-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 |