summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 14:27:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-14 14:27:41 +0000
commite9f0345a1db0965b6a92f7912fed20af09347593 (patch)
tree659093e2a7aa9c1d721877e0187fd7a71ca3301e /java
parentTeach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. (diff)
Fix MASTER_SITES.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=29596
Diffstat (limited to 'java')
-rw-r--r--java/jre/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/jre/Makefile b/java/jre/Makefile
index 141dcc610a6b..22c201009e34 100644
--- a/java/jre/Makefile
+++ b/java/jre/Makefile
@@ -8,7 +8,9 @@
PORTNAME= jre
PORTVERSION= ${JRE_VERSION}
CATEGORIES= java devel
-MASTER_SITES= ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/ \
+MASTER_SITES= ftp://ftp.se.freebsd.org/pub/FreeBSD/JDK/ \
+ http://people.FreeBSD.org/~patrick/ \
+ ftp://ftp.sc.sri.com/pub/FreeBSD/JDK/ \
http://www.freebsd.org/java/
MAINTAINER= sobomax@FreeBSD.org