diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2008-01-24 14:12:21 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2008-01-24 14:12:21 +0800 |
commit | e7ef84d5292aeff3b6c5f818c5069a39f8fa25c0 (patch) | |
tree | 5a34ad4136f07d13e6a97e0e3999ab581223a60e /lang | |
parent | cc405e58424723234f573af193f04e204e98e990 (diff) | |
download | freebsd-ports-gnome-e7ef84d5292aeff3b6c5f818c5069a39f8fa25c0.tar.gz freebsd-ports-gnome-e7ef84d5292aeff3b6c5f818c5069a39f8fa25c0.tar.zst freebsd-ports-gnome-e7ef84d5292aeff3b6c5f818c5069a39f8fa25c0.zip |
- Change MASTER_SITES
Approved by: delphij(mentor,implicit)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 89e58144e3c4..df277408cef7 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -9,8 +9,8 @@ PORTNAME= jruby PORTVERSION= 1.0.3 CATEGORIES= lang ruby java MASTER_SITES= http://dist.codehaus.org/jruby/ \ - http://repo2.maven.org/maven/jruby/misc/ \ - http://repo1.maven.org/maven/jruby/misc/ \ + http://repo2.maven.org/maven/jruby/ \ + http://repo1.maven.org/maven/jruby/ \ http://dist.codehaus.org/jruby/previous/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} |