diff options
author | tron <tron> | 1999-05-04 22:44:10 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-04 22:44:10 +0000 |
commit | 94e3894b2ee8af0803d628093a125520e150429f (patch) | |
tree | cf68bc2803118181c2c9b3c4be9ba64f983d88c2 /mk | |
parent | 32d71fada8d5867caf4b4164cdb22213d231885b (diff) | |
download | pkgsrc-94e3894b2ee8af0803d628093a125520e150429f.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 |