diff options
author | tg <tg@FreeBSD.org> | 2005-08-30 20:18:31 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2005-08-30 20:18:31 +0800 |
commit | bec2070823d20bddfe62248e5d9c3b253f796db7 (patch) | |
tree | aceb9912e8cc38e5bdba6f92e1ee323f08ff3b76 /shells/pdksh | |
parent | 45443c9e8039189ed76414459f4e9e39bfd067da (diff) | |
download | freebsd-ports-gnome-bec2070823d20bddfe62248e5d9c3b253f796db7.tar.gz freebsd-ports-gnome-bec2070823d20bddfe62248e5d9c3b253f796db7.tar.zst freebsd-ports-gnome-bec2070823d20bddfe62248e5d9c3b253f796db7.zip |
Remove ftp.rge.com from MASTER_SITES.
Diffstat (limited to 'shells/pdksh')
-rw-r--r-- | shells/pdksh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index 374d8870ddfc..1700d4afd2da 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -11,8 +11,7 @@ CATEGORIES= shells MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ \ http://gd.tuwien.ac.at/utils/shells/pdksh/ \ ftp://ftp.lip6.fr/pub/unix/shells/pdksh/ \ - ftp://ftp.demon.net/pub/mirrors/pdksh/ \ - ftp://ftp.rge.com/pub/shells/pdksh/ + ftp://ftp.demon.net/pub/mirrors/pdksh/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/p.*//} PATCH_SITES= ${MASTER_SITES} |