diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-02 05:14:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-02 05:14:48 +0000 |
commit | 8ae8e0c725e6eb43cc2031f15c6919483145b3ff (patch) | |
tree | 3819f944a1296f50efa1b8f395bc75e5b78c48e0 /shells/zsh | |
parent | Final piece of puzzle to make this compile! (diff) |
Changed directory name in MASTER_SITES.
Submitted by: torstenb
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 49a2c33bee40..05d1313b7c4b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,13 +3,13 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $ +# $Id: Makefile,v 1.10 1995/05/06 12:31:06 torstenb Exp $ # DISTNAME= zsh-2.6-beta8 PKGNAME= zsh-2.6b8 CATEGORIES+= shells -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/src/ MAINTAINER= torstenb@FreeBSD.ORG |