diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-30 12:07:46 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-04-30 12:07:46 +0000 |
commit | 4b70a8ff88f6b1de87f6164beb17695b52029ee2 (patch) | |
tree | 778365a90efdd34c4ae55d84fdb40244c3f6c706 /shells/zsh | |
parent | 3b98555ce63521cc473716429fbe997a40bbfd65 (diff) | |
download | ports-4b70a8ff88f6b1de87f6164beb17695b52029ee2.tar.gz ports-4b70a8ff88f6b1de87f6164beb17695b52029ee2.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c67d9750c9e3..708a850383d1 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: zsh -# Version required: 2.6 beta4 +# Version required: 2.6 beta7 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.5 1995/04/11 19:26:36 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/17 19:19:20 asami Exp $ # -DISTNAME= zsh-2.6-beta4 -PKGNAME= zsh-2.6b4 +DISTNAME= zsh-2.6-beta7 +PKGNAME= zsh-2.6b7 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ |