diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-05-11 03:55:06 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-05-11 03:55:06 +0800 |
commit | 0178003b79bc15a44a523652eb3c799e5392ded4 (patch) | |
tree | 89e9cadecbc39066c82ec3b43043c42c0ceb3a2b /shells | |
parent | 9b11c02338eb01125b83a48ad6809fff0597360e (diff) | |
download | freebsd-ports-gnome-0178003b79bc15a44a523652eb3c799e5392ded4.tar.gz freebsd-ports-gnome-0178003b79bc15a44a523652eb3c799e5392ded4.tar.zst freebsd-ports-gnome-0178003b79bc15a44a523652eb3c799e5392ded4.zip |
- Fix mastersite.
- Remove WWW, site is gone.
PR: ports/97098
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca>
Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer), mnag (mentor)
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rc/Makefile | 3 | ||||
-rw-r--r-- | shells/rc/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
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 <saken@hotel.rmta.org> |