diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-24 16:05:58 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-08-24 16:05:58 +0000 |
commit | 9aba722079ea74f8638cc0c41939624f60212efe (patch) | |
tree | 131e80baccc966d105a43f8273b1da793f87be08 /shells/zsh | |
parent | b3dfd9538d638fc45dd8e6437072f31419f7ff5e (diff) | |
download | ports-9aba722079ea74f8638cc0c41939624f60212efe.tar.gz ports-9aba722079ea74f8638cc0c41939624f60212efe.zip |
Notes
Diffstat (limited to 'shells/zsh')
-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} |