diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-06-08 04:57:15 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-06-08 04:57:15 +0000 |
commit | bc11037df442e7fcc3f67f9b8abb1ad651a765b4 (patch) | |
tree | c9c6d988a6a74612dc0d2db1d8af2c767494e539 /shells/zsh | |
parent | 4b63c1aa395ead5d03997cc92453504a3ff04654 (diff) | |
download | ports-bc11037df442e7fcc3f67f9b8abb1ad651a765b4.tar.gz ports-bc11037df442e7fcc3f67f9b8abb1ad651a765b4.zip |
Notes
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/ \ |