diff options
author | asami <asami@FreeBSD.org> | 1995-10-04 14:45:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-04 14:45:01 +0000 |
commit | ff2c9dd65ea6907ef798011f14394a6b290296b2 (patch) | |
tree | aabea752697eb3914af4bb29859a306a81c0cab9 /shells/bash2 | |
parent | 6b55ed31eb731a11fe9c3f8dcfb719cb38392e2c (diff) | |
download | FreeBSD-ports-ff2c9dd65ea6907ef798011f14394a6b290296b2.zip FreeBSD-ports-ff2c9dd65ea6907ef798011f14394a6b290296b2.tar.gz |
Compress manpages.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 3703dd0..4b92bde 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/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> |