diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-06-25 11:32:15 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-06-25 11:32:15 +0800 |
commit | 9d2c1d3e3b9ea8ddf73140d9eba11ac097d1da25 (patch) | |
tree | 088b40960b88f6754082e8bdef3db2756ce7fb69 /shells | |
parent | defb05a516bcfa7f0f0f77549193c15b3655ba11 (diff) | |
download | freebsd-ports-gnome-9d2c1d3e3b9ea8ddf73140d9eba11ac097d1da25.tar.gz freebsd-ports-gnome-9d2c1d3e3b9ea8ddf73140d9eba11ac097d1da25.tar.zst freebsd-ports-gnome-9d2c1d3e3b9ea8ddf73140d9eba11ac097d1da25.zip |
Add official mirror sites
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-devel/Makefile | 10 | ||||
-rw-r--r-- | shells/zsh/Makefile | 10 |
2 files changed, 16 insertions, 4 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 05d1313b7c4b..1c4148dabfed 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/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 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 |