From 0178003b79bc15a44a523652eb3c799e5392ded4 Mon Sep 17 00:00:00 2001 From: jmelo Date: Wed, 10 May 2006 19:55:06 +0000 Subject: - Fix mastersite. - Remove WWW, site is gone. PR: ports/97098 Submitted by: Serge Gagnon Approved by: Scott Kenney (maintainer), mnag (mentor) --- shells/rc/Makefile | 3 +-- shells/rc/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'shells') diff --git a/shells/rc/Makefile b/shells/rc/Makefile index d0dff4d662a1..6773943313fa 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -8,8 +8,7 @@ PORTNAME= rc PORTVERSION= 1.7.1 CATEGORIES= shells plan9 -MASTER_SITES= http://www.star.le.ac.uk/~tjg/rc/release/ \ - ftp://ftp.sys.utoronto.ca/pub/rc/ +MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ MAINTAINER= saken@hotel.rmta.org COMMENT= A unix incarnation of the plan9 shell diff --git a/shells/rc/pkg-descr b/shells/rc/pkg-descr index 278411263b35..2650ae6d6bbd 100644 --- a/shells/rc/pkg-descr +++ b/shells/rc/pkg-descr @@ -5,6 +5,4 @@ Bourne shell, but with a much cleaner syntax. See the end of the man page, under "INCOMPATABILITIES" for (known?) differences from the "real" rc. -WWW: http://www.star.le.ac.uk/~tjg/rc/ - Scott Kenney -- cgit