aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh-devel/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
committerasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
commit55d005face1453b1b4a2060d200b23e7a8724bc6 (patch)
tree57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /shells/zsh-devel/Makefile
parente17062778b44808fb41055bba34741677ec69abc (diff)
downloadfreebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r--shells/zsh-devel/Makefile14
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>