diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-10 19:55:06 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-05-10 19:55:06 +0000 |
commit | df4fd43703aaed7ad0e8ef66f298d70dd33885c8 (patch) | |
tree | 67e7aeaf4f99be4004e9748f0dc99cbf5521e7a3 /shells | |
parent | - Remove obsolete patch which add support to Windows Update Service when (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=162011
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> |