summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2004-02-21 21:47:39 +0000
committerArchie Cobbs <archie@FreeBSD.org>2004-02-21 21:47:39 +0000
commite64fffb2e7f43cf768442e6221ab8c8e95d03310 (patch)
treebe341a9063bb7ed5495768dbb95bd2aab518981e /java
parentBROKEN on 4.x: Does not compile (diff)
Fix incorrect MASTER_SITES.
Notes
Notes: svn path=/head/; revision=101605
Diffstat (limited to 'java')
-rw-r--r--java/jikes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 03ccfad23344..e28abe99041b 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -9,7 +9,7 @@ PORTNAME= jikes
PORTVERSION= 1.19
PORTREVISION= 1
CATEGORIES= java
-MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
+MASTER_SITES= ftp://www-126.ibm.com/pub/jikes/${PORTVERSION}/
MAINTAINER= archie@freebsd.org
COMMENT= A very fast Java source to byte-code compiler made available by IBM