diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-05-16 16:03:47 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-05-16 16:03:47 +0800 |
commit | 00dfe237dcf7e62cd1c5d39a1511436078dd598f (patch) | |
tree | f1bae0d724dc957affd40ed055eadb7b52b60780 | |
parent | 9172ed2185cb409e089277174aa95dccbcbd5c6c (diff) | |
download | freebsd-ports-gnome-00dfe237dcf7e62cd1c5d39a1511436078dd598f.tar.gz freebsd-ports-gnome-00dfe237dcf7e62cd1c5d39a1511436078dd598f.tar.zst freebsd-ports-gnome-00dfe237dcf7e62cd1c5d39a1511436078dd598f.zip |
the path on the master sites have changed...
-rw-r--r-- | shells/zsh-devel/Makefile | 18 | ||||
-rw-r--r-- | shells/zsh/Makefile | 18 |
2 files changed, 18 insertions, 18 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 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 |