diff options
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index b7ec3f77f3fb..3f45c9105623 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -3,20 +3,20 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.15 1996/05/15 18:39:29 torstenb Exp $ +# $Id: Makefile,v 1.16 1996/05/15 23:02:07 asami Exp $ # DISTNAME= zsh-2.6-beta17 PKGNAME= zsh-2.6b17 CATEGORIES+= shells -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/ \ - ftp://ftp.uit.no/pub/unix/shells/zsh/src/ +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ + ftp://ftp.sterling.com/zsh/ \ + ftp://ftp.rge.com/pub/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/ \ + ftp://ftp.ips.oz.au/pub/packages/zsh/ \ + ftp://ftp.uit.no/pub/unix/shells/zsh/ MAINTAINER= torstenb@FreeBSD.ORG |