diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2007-05-22 14:41:01 +0800 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2007-05-22 14:41:01 +0800 |
commit | 752ea65295dbc2e0fddd4f4deba891b663124db3 (patch) | |
tree | b1d98fcb8a1bb8d0bb6c457abf6f6a6f7880cf8e /lang | |
parent | 51fbc46561035db21d9336fb66c23693b5a9c6d3 (diff) | |
download | freebsd-ports-gnome-752ea65295dbc2e0fddd4f4deba891b663124db3.tar.gz freebsd-ports-gnome-752ea65295dbc2e0fddd4f4deba891b663124db3.tar.zst freebsd-ports-gnome-752ea65295dbc2e0fddd4f4deba891b663124db3.zip |
- fix mastersite
Approved by: portmgr (marcus, linimon)
delphij (mentor)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/jruby/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index d6a6f6806a4a..8463d00abfc4 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -9,7 +9,8 @@ PORTNAME= jruby PORTVERSION= 0.9.9 PORTREVISION= 1 CATEGORIES= lang ruby java -MASTER_SITES= http://dist.codehaus.org/jruby/ +MASTER_SITES= http://dist.codehaus.org/jruby/ \ + http://dist.codehaus.org/jruby/previous/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= nemoliu@FreeBSD.org |