summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-14 11:35:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-14 11:35:19 +0000
commit8945138fb9fd19a316f62a72d9f60b3c8d00b703 (patch)
treeecda70655f7b9e1acb773cd2b01db2390a3402df /Mk
parentBraindamaged master site not allows root@<hostname> password, (diff)
Oops, forgot to silencethe gzip command to compress manpages.
It will be nice if this went into 2.2, I guess. Reminded by: max
Notes
Notes: svn path=/head/; revision=4454
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 7e2a9d11e6c6..40387d5e0f24 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -6,7 +6,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.228 1996/11/03 07:51:59 obrien Exp $
+# $Id: bsd.port.mk,v 1.229 1996/11/13 11:37:40 asami Exp $
#
# Please view me with 4 column tabs!
@@ -938,8 +938,9 @@ _PORT_USE: .USE
/bin/sh ${SCRIPTDIR}/${.TARGET:S/^real-/post-/}; \
fi
.if make(real-install) && defined(_MANPAGES) && !defined(NOMANCOMPRESS)
+ @${ECHO_MSG} "===> Compressing the manual pages for ${PKGNAME}"
.for manpage in ${_MANPAGES}
- ${GZIP_CMD} ${MANPREFIX}/${manpage}
+ @${GZIP_CMD} ${MANPREFIX}/${manpage}
.endfor
.endif
.if make(real-install) && !defined(NO_PKG_REGISTER)