diff options
author | asami <asami@FreeBSD.org> | 1995-04-18 03:19:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-18 03:19:20 +0800 |
commit | 0d8d96813519c4e4adf8c487f15522d9eab22011 (patch) | |
tree | 81b8d554b7e773f03af83f64cb589bee3143763b /shells/zsh | |
parent | 8d47917e5bb67377554d954e56f00fc96cd74e1b (diff) | |
download | freebsd-ports-gnome-0d8d96813519c4e4adf8c487f15522d9eab22011.tar.gz freebsd-ports-gnome-0d8d96813519c4e4adf8c487f15522d9eab22011.tar.zst freebsd-ports-gnome-0d8d96813519c4e4adf8c487f15522d9eab22011.zip |
2.6.4beta != 2.6.4, so changed PKGNAME to use 2.6b4 instead. (A
little ugly, but much better than 2.6.4beta.)
Pointed-out by: Torsten Blum <ramsey.saar.de!torstenb@tmpuhf.saar.de>
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 cb3f2e793291..c67d9750c9e3 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,11 +3,11 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/04/01 12:50:00 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/11 19:26:36 asami Exp $ # DISTNAME= zsh-2.6-beta4 -PKGNAME= zsh-2.6.4 +PKGNAME= zsh-2.6b4 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ |