diff options
author | tron <tron@pkgsrc.org> | 1999-05-04 22:44:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-04 22:44:10 +0000 |
commit | a8d3c74b039a64fff717936ddc8e462bccfb7410 (patch) | |
tree | cf68bc2803118181c2c9b3c4be9ba64f983d88c2 /mk | |
parent | bf9eaa99177dac0b557a5e21954aff1c276f396e (diff) | |
download | pkgsrc-a8d3c74b039a64fff717936ddc8e462bccfb7410.tar.gz |
Unless package debugging is enabled don't output commands during
automatical registration of info files.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index c0f32de0e15..de04894e8be 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.263 1999/05/02 03:24:59 tv Exp $ +# $NetBSD: bsd.pkg.mk,v 1.264 1999/05/04 22:44:10 tron Exp $ # # This file is in the public domain. # @@ -1302,7 +1302,7 @@ root-install: ${SCRIPTDIR}/post-install; \ fi .for f in ${INFO_FILES} - ${ECHO} "install-info --info-dir=${PREFIX}/info ${PREFIX}/info/${f}"; \ + ${_PKG_SILENT}${_PKG_DEBUG}${ECHO} "install-info --info-dir=${PREFIX}/info ${PREFIX}/info/${f}"; \ install-info --remove --info-dir=${PREFIX}/info ${PREFIX}/info/${f}; \ install-info --info-dir=${PREFIX}/info ${PREFIX}/info/${f} .endfor |