diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-26 00:04:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-26 00:04:54 +0000 |
commit | ee85d6015b228bcc82d90d6084ac8a990c973fd8 (patch) | |
tree | ba7c7f52e54a7e15c5e0a51ac1f1f8491791a8e6 | |
parent | 06f5aadea5ce5a3a05590079c4337d2ec8407975 (diff) | |
download | pkgsrc-ee85d6015b228bcc82d90d6084ac8a990c973fd8.tar.gz |
Remove a master site that does not provide the distfile any longer.
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 2c6aff4a1d1..19ed125c5c5 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.28 2005/10/23 15:36:48 rillig Exp $ +# $NetBSD: Makefile.common,v 1.29 2005/10/26 00:04:54 wiz Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells MASTER_SITES= ftp://sunsite.dk/pub/unix/shells/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ - ftp://ftp.lysator.liu.se/pub/unix/zsh/ \ ftp://ftp.funet.fi/pub/unix/shells/zsh/ \ http://www.math.technion.ac.il/pub/zsh/ \ ftp://ftp.zsh.org/zsh/ |