summaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-10-07 18:29:42 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-10-07 18:29:42 +0000
commit5b8b84aadac6e4e67a1e517cc136e38c6d89bf52 (patch)
treee286e8eb5e8063562adab26f2f4086246d14ba89 /java/jikes
parentWhen using MASTER_SITE_LOCAL, MASTER_SITE_SUBDIR must be set. Once the (diff)
Update master site.
Notes
Notes: svn path=/head/; revision=144513
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index bc55b353d1f4..7aa3e6701f62 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -8,7 +8,8 @@
PORTNAME= jikes
PORTVERSION= 1.22
CATEGORIES= java
-MASTER_SITES= ftp://www-126.ibm.com/pub/jikes/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=jikes/
MAINTAINER= archie@freebsd.org
COMMENT= A very fast Java source to byte-code compiler made available by IBM