diff options
author | sada <sada@FreeBSD.org> | 1999-06-08 12:57:15 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-06-08 12:57:15 +0800 |
commit | ffc69ac451c243477d2d403b59755ff5ac4241c4 (patch) | |
tree | d965e299b47517a65f56932c20d6405d4d3bf2b6 /shells/zsh | |
parent | a24ee42a34571732ff777999167e6f8cb97a7030 (diff) | |
download | freebsd-ports-gnome-ffc69ac451c243477d2d403b59755ff5ac4241c4.tar.gz freebsd-ports-gnome-ffc69ac451c243477d2d403b59755ff5ac4241c4.tar.zst freebsd-ports-gnome-ffc69ac451c243477d2d403b59755ff5ac4241c4.zip |
One of MASTER_SITES is disappeared, one is changed.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e7f64ffc3739..3a2f1e9b218e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,15 +3,14 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.27 1998/08/27 02:33:51 max Exp $ +# $Id: Makefile,v 1.28 1999/06/05 22:31:58 mharo Exp $ # DISTNAME= zsh-3.0.5 PKGNAME= zsh-3.0.5 CATEGORIES= shells -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ - ftp://ftp.sterling.com/zsh/ \ - ftp://ftp.rge.com/pub/zsh/ \ +MASTER_SITES= ftp://ftp.sterling.com/zsh/ \ + ftp://ftp.rge.com/pub/shells/zsh/ \ ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/ \ ftp://mrrl.lut.ac.uk/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ |