diff options
author | heinz <heinz@pkgsrc.org> | 2007-11-12 20:05:38 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-11-12 20:05:38 +0000 |
commit | 6b2c83d4e6854fa7b5f888d08192e74d56ed3a08 (patch) | |
tree | da519f513c50a7e57f19975bab33eb4e93956361 /shells | |
parent | aca73afab459d38fd113b2365b8ad383757d9e8c (diff) | |
download | pkgsrc-6b2c83d4e6854fa7b5f888d08192e74d56ed3a08.tar.gz |
Removed ftp.rge.com from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37321.
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 d99dc2cbce9..3c30440e2b5 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/12/29 06:22:12 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/11/12 20:05:38 heinz Exp $ # DISTNAME= pdksh-5.2.14 @@ -8,7 +8,6 @@ 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://pink.seudns.net/pub/mirrors/pdksh/ MAINTAINER= schmonz@NetBSD.org |