diff options
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 05d1313b7c4b..1c4148dabfed 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,13 +3,19 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.10 1995/05/06 12:31:06 torstenb Exp $ +# $Id: Makefile,v 1.11 1995/06/02 05:14:48 asami Exp $ # DISTNAME= zsh-2.6-beta8 PKGNAME= zsh-2.6b8 CATEGORIES+= shells -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/src/ +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/src/ \ + ftp://ftp.sterling.com/zsh/src/ \ + ftp://ftp.rge.com/pub/zsh/src/ \ + ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/src/ \ + ftp://mrrl.lut.ac.uk/zsh/src/ \ + ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/src/ \ + ftp://ftp.ips.oz.au/pub/packages/zsh/src/ MAINTAINER= torstenb@FreeBSD.ORG |