summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-04 14:45:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-04 14:45:01 +0000
commite34f5dde3a3f675bf8073a59428ad285af1ac7e4 (patch)
tree09429d2657f09e1aadf2f10b6ca67c2f08fda0e2 /shells/bash1/Makefile
parent"gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it (diff)
Compress manpages.
Notes
Notes: svn path=/head/; revision=2249
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r--shells/bash1/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 3703dd0b42bc..4b92bde72677 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -3,12 +3,18 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.11 1995/04/18 11:05:37 ache Exp $
+# $Id: Makefile,v 1.12 1995/07/19 17:44:24 ache Exp $
#
DISTNAME= bash-1.14.5
CATEGORIES+= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
+
MAINTAINER= ache@FreeBSD.ORG
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/bash.1 ${PREFIX}/man/man1/bash_builtins.1
+.endif
+
.include <bsd.port.mk>