diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-05-16 08:03:47 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-05-16 08:03:47 +0000 |
commit | dcab64c2af06ac4ea6a322174077cb5dd5395e58 (patch) | |
tree | fa72948701a0ac0e1fb747160215d1f486615c48 /shells/zsh | |
parent | 701949611f8865178616a8f8a79f34c8c549b5ab (diff) | |
download | ports-dcab64c2af06ac4ea6a322174077cb5dd5395e58.tar.gz ports-dcab64c2af06ac4ea6a322174077cb5dd5395e58.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index b7ec3f77f3fb..3f45c9105623 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/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 |