diff options
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 18d570cf1360..f8dbff8eaeb7 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -27,21 +27,22 @@ PORTNAME= zsh PORTVERSION= 4.2.1 CATEGORIES= shells -MASTER_SITES= http://www.zsh.org/zsh/ \ - ftp://ftp.zsh.org/zsh/ \ +MASTER_SITES= http://www.zsh.org/pub/ \ + ftp://ftp.zsh.org/pub/ \ ftp://sunsite.dk/pub/unix/shells/zsh/ \ http://archive.progeny.com/zsh/ \ ftp://archive.progeny.com/zsh/ \ - http://mirrors.theonlinerecordstore.com/zsh/ \ ftp://ftp.rge.com/pub/shells/zsh/ \ ftp://sunsite.org.uk/package/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ - ftp://ftp.win.ne.jp/pub/shell/zsh/ \ ftp://ftp.ayamura.org/pub/zsh/ \ ftp://linux.sarang.net/mirror/system/zsh/ \ ftp://ftp.lysator.liu.se/pub/unix/zsh/ \ ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/ \ - ftp://ftp.demon.nl/pub/mirrors/zsh/ + ftp://ftp.demon.nl/pub/mirrors/zsh/ \ + ftp://ftp.funet.fi/pub/unix/shells/zsh/ \ + ftp://ftp.kfki.hu/pub/packages/zsh/ \ + http://www.math.technion.ac.il/pub/zsh/ DISTNAME= ${PORTNAME}-${ZSH_VER} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-doc${EXTRACT_SUFX} |