diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2008-01-24 06:12:21 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2008-01-24 06:12:21 +0000 |
commit | b461bb7e7b39c369069bcc2d734ed8762f2bf5c1 (patch) | |
tree | 3f3961b83426a78efbc6a03dd838603f881d6060 /lang | |
parent | Add LCD filtering option, WITH_LCD_FILTERING. Visit URL below to learn more (diff) |
- Change MASTER_SITES
Approved by: delphij(mentor,implicit)
Notes
Notes:
svn path=/head/; revision=206109
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} |