diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /shells/zsh-devel | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'shells/zsh-devel')
-rw-r--r-- | shells/zsh-devel/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 168cca147301..133f60ea548b 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/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> |