diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-15 12:51:59 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-15 12:51:59 +0000 |
commit | a31e26091db2aa634dac546e7c198fc4d52bc5cd (patch) | |
tree | 9c49dad664c0348df3f31bfeef54b2cc90944d37 /shells/zsh | |
parent | a0bd728cdc5d3b4af6e1101a81440c1595b9e9b5 (diff) | |
download | FreeBSD-ports-a31e26091db2aa634dac546e7c198fc4d52bc5cd.zip FreeBSD-ports-a31e26091db2aa634dac546e7c198fc4d52bc5cd.tar.gz |
Upgrade to 3.0.1
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 eb97a99..168cca1 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: zsh -# Version required: 3.0.0 +# Version required: 3.0.1 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.19 1996/07/09 22:11:08 torstenb Exp $ +# $Id: Makefile,v 1.20 1996/09/14 22:54:58 torstenb Exp $ # -DISTNAME= zsh-3.0.0 -PKGNAME= zsh-3.0.0 +DISTNAME= zsh-3.0.1 +PKGNAME= zsh-3.0.1 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ |