diff options
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 168cca147301..133f60ea548b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,12 +3,12 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.20 1996/09/14 22:54:58 torstenb Exp $ +# $Id: Makefile,v 1.21 1996/11/15 12:51:59 torstenb Exp $ # DISTNAME= zsh-3.0.1 PKGNAME= zsh-3.0.1 -CATEGORIES+= shells +CATEGORIES= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ ftp://ftp.rge.com/pub/zsh/ \ @@ -21,13 +21,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= yes - -post-install: -.if !defined(NOMANCOMPRESS) -.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions zshall \ - zshparam zshzle - gzip -9nf ${PREFIX}/man/man1/${man}.1 -.endfor -.endif +MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ + zshoptions.1 zshall.1 zshparam.1 zshzle.1 .include <bsd.port.mk> |