diff options
author | nemoliu <nemoliu@FreeBSD.org> | 2007-05-22 06:41:01 +0000 |
---|---|---|
committer | nemoliu <nemoliu@FreeBSD.org> | 2007-05-22 06:41:01 +0000 |
commit | 752ea65295dbc2e0fddd4f4deba891b663124db3 (patch) | |
tree | b1d98fcb8a1bb8d0bb6c457abf6f6a6f7880cf8e /lang/jruby/Makefile | |
parent | 51fbc46561035db21d9336fb66c23693b5a9c6d3 (diff) | |
download | FreeBSD-ports-752ea65295dbc2e0fddd4f4deba891b663124db3.zip FreeBSD-ports-752ea65295dbc2e0fddd4f4deba891b663124db3.tar.gz |
- fix mastersite
Approved by: portmgr (marcus, linimon)
delphij (mentor)
Diffstat (limited to 'lang/jruby/Makefile')
-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 d6a6f68..8463d00 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 |