From f14a43dfa765a07624ed781e5ad28445c8b21790 Mon Sep 17 00:00:00 2001 From: Tong LIU Date: Tue, 22 May 2007 06:41:01 +0000 Subject: [PATCH] - fix mastersite Approved by: portmgr (marcus, linimon) delphij (mentor) --- lang/jruby/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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