aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-04 22:45:01 +0800
committerasami <asami@FreeBSD.org>1995-10-04 22:45:01 +0800
commitff2c9dd65ea6907ef798011f14394a6b290296b2 (patch)
treeaabea752697eb3914af4bb29859a306a81c0cab9
parent6b55ed31eb731a11fe9c3f8dcfb719cb38392e2c (diff)
downloadfreebsd-ports-graphics-ff2c9dd65ea6907ef798011f14394a6b290296b2.tar.gz
freebsd-ports-graphics-ff2c9dd65ea6907ef798011f14394a6b290296b2.tar.zst
freebsd-ports-graphics-ff2c9dd65ea6907ef798011f14394a6b290296b2.zip
Compress manpages.
-rw-r--r--shells/bash/Makefile8
-rw-r--r--shells/bash1/Makefile8
-rw-r--r--shells/bash2/Makefile8
-rw-r--r--shells/bash3/Makefile8
4 files changed, 28 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 3703dd0b42b..4b92bde7267 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/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>
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 3703dd0b42b..4b92bde7267 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>
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 3703dd0b42b..4b92bde7267 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>
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 3703dd0b42b..4b92bde7267 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/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>