diff options
author | nork <nork@FreeBSD.org> | 2004-06-13 19:37:52 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-13 19:37:52 +0800 |
commit | 802cc5ca7f3d74b5417bf33fd29455c01c492a87 (patch) | |
tree | dcb0b8fe2dc5f943c2ff6e43bc9d07dc9bb50b57 /shells/zsh | |
parent | 2956fb017b33759fd49604f3d7a6780749041d2d (diff) | |
download | freebsd-ports-gnome-802cc5ca7f3d74b5417bf33fd29455c01c492a87.tar.gz freebsd-ports-gnome-802cc5ca7f3d74b5417bf33fd29455c01c492a87.tar.zst freebsd-ports-gnome-802cc5ca7f3d74b5417bf33fd29455c01c492a87.zip |
Fix MASTER_SITES.
PR: ports/66867
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Approved by: maintainer timeout(3 weeks)
Diffstat (limited to 'shells/zsh')
-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} |