diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2007-08-21 10:03:27 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2007-08-21 10:03:27 +0800 |
commit | 2b95033862b506db887f0de0883c9eb0dc5ab6aa (patch) | |
tree | a6dd38de2ed628b4bea18aae85a2951420fb9a29 /lang/jruby | |
parent | e10a033374bc863082ea78c465722fdd3c3e5435 (diff) | |
download | freebsd-ports-gnome-2b95033862b506db887f0de0883c9eb0dc5ab6aa.tar.gz freebsd-ports-gnome-2b95033862b506db887f0de0883c9eb0dc5ab6aa.tar.zst freebsd-ports-gnome-2b95033862b506db887f0de0883c9eb0dc5ab6aa.zip |
- add two sites to MASTER_SITE
Approved by: delphij (mentor)
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 95f18ab048de..15e4238f04a3 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -10,6 +10,8 @@ PORTVERSION= 1.0 PORTREVISION= 1 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://dist.codehaus.org/jruby/previous/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} |