diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-07-10 06:11:19 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-07-10 06:11:19 +0800 |
commit | e76ccf2d14dd5ed69d0a800e4741e79e8e4a7629 (patch) | |
tree | bf06618e5441cf44abbefed040de83aad5dac1c3 /shells/zsh-devel/Makefile | |
parent | 45a5960801c108cbe24d23b21c8d6528d981d13e (diff) | |
download | freebsd-ports-gnome-e76ccf2d14dd5ed69d0a800e4741e79e8e4a7629.tar.gz freebsd-ports-gnome-e76ccf2d14dd5ed69d0a800e4741e79e8e4a7629.tar.zst freebsd-ports-gnome-e76ccf2d14dd5ed69d0a800e4741e79e8e4a7629.zip |
Upgrade to 3.0 pre 2
Approved-By: asami
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 94695a4d1ef4..45593c97bde2 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: zsh -# Version required: 2.6 beta21 +# Version required: 3.0 pre2 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.17 1996/05/16 08:03:47 torstenb Exp $ +# $Id: Makefile,v 1.18 1996/06/24 11:44:55 torstenb Exp $ # -DISTNAME= zsh-2.6-beta21 -PKGNAME= zsh-2.6b21 +DISTNAME= zsh-3.0-pre2 +PKGNAME= zsh-3.0a2 CATEGORIES+= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes post-install: .if !defined(NOMANCOMPRESS) -.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions \ +.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions zshall \ zshparam zshzle gzip -9nf ${PREFIX}/man/man1/${man}.1 .endfor |