diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2005-08-30 12:18:31 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2005-08-30 12:18:31 +0000 |
commit | bc13df7c32eba8d46805899aa5a239a58b53d848 (patch) | |
tree | 11ae48786d57bee5d956bc4a824bcd19f1352138 /shells | |
parent | Update to 3.42. (diff) |
Remove ftp.rge.com from MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=141437
Diffstat (limited to 'shells')
-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} |