diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-15 12:51:59 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-15 12:51:59 +0000 |
commit | bbbe77322bc8d86ae42ddc7dff18c600060a56b3 (patch) | |
tree | 00091b95df2b79183993f1391bf921602d5a36a0 /shells/zsh | |
parent | edd507d74bb885833568880586ce68dbc328c940 (diff) | |
download | ports-bbbe77322bc8d86ae42ddc7dff18c600060a56b3.tar.gz ports-bbbe77322bc8d86ae42ddc7dff18c600060a56b3.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 eb97a997711e..168cca147301 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/ \ |