diff options
-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/ |