aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh-devel/Makefile
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-05-06 20:31:49 +0800
committertorstenb <torstenb@FreeBSD.org>1995-05-06 20:31:49 +0800
commitba854b4c5593f168e77650a6ae497bd1c3dc03ab (patch)
tree35c2f74e28d6797a711f60cc52233d97c9510202 /shells/zsh-devel/Makefile
parent6aed483859b90245e8b89b42a939b4028cf4991f (diff)
downloadfreebsd-ports-gnome-ba854b4c5593f168e77650a6ae497bd1c3dc03ab.tar.gz
freebsd-ports-gnome-ba854b4c5593f168e77650a6ae497bd1c3dc03ab.tar.zst
freebsd-ports-gnome-ba854b4c5593f168e77650a6ae497bd1c3dc03ab.zip
- update
- compress manpages
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r--shells/zsh-devel/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 4d646042410f..49a2c33bee40 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -3,11 +3,11 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.8 1995/04/30 12:11:43 gpalmer Exp $
+# $Id: Makefile,v 1.9 1995/05/04 21:27:52 torstenb Exp $
#
-DISTNAME= zsh-2.6-beta7
-PKGNAME= zsh-2.6b7
+DISTNAME= zsh-2.6-beta8
+PKGNAME= zsh-2.6b8
CATEGORIES+= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/
@@ -15,4 +15,10 @@ MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/zsh.1 ${PREFIX}/man/man1/zshbuiltins.1 \
+ ${PREFIX}/man/man1/zshcompctl.1 ${PREFIX}/man/man1/zshexpn.1 \
+ ${PREFIX}/man/man1/zshmisc.1 ${PREFIX}/man/man1/zshoptions.1 \
+ ${PREFIX}/man/man1/zshparam.1 ${PREFIX}/man/man1/zshzle.1
+
.include <bsd.port.mk>