summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /shells/zsh
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile14
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>