diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-13 11:37:52 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-13 11:37:52 +0000 |
commit | 34ef1d3e0789e7c3cfb8adbe4dcad9f34e7af1c2 (patch) | |
tree | f4ea761fe1fa882296801ea56c48fd0b03182744 /shells | |
parent | ae542eef636654a0620d09ffce03d11ee0d0cc80 (diff) | |
download | ports-34ef1d3e0789e7c3cfb8adbe4dcad9f34e7af1c2.tar.gz ports-34ef1d3e0789e7c3cfb8adbe4dcad9f34e7af1c2.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 08892f045749..5bf04e81d2dc 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -34,14 +34,12 @@ MASTER_SITES= http://www.zsh.org/zsh/ \ ftp://archive.progeny.com/zsh/ \ http://mirrors.theonlinerecordstore.com/zsh/ \ ftp://ftp.rge.com/pub/shells/zsh/ \ - ftp://sunsite.org.uk/packages/zsh/ \ - ftp://ftp.net.lut.ac.uk/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/systems/shell/zsh/ \ + ftp://linux.sarang.net/mirror/system/zsh/ \ ftp://ftp.lysator.liu.se/pub/unix/zsh/ \ - ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/ \ ftp://ftp.kappa.ro/pub/mirrors/ftp.zsh.org/pub/zsh/ \ ftp://ftp.demon.nl/pub/mirrors/zsh/ DISTNAME= ${PORTNAME}-${ZSH_VER} |