diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-11-29 14:52:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-11-29 14:52:57 +0000 |
commit | a6d56be77187d228364e24adbf9e6c1bb425e7ac (patch) | |
tree | e7ff74fdbc03d64d5ab18739400326b2c2c355a5 /mk | |
parent | e601de824537d0eeb0dd100991b3c56db11a8d80 (diff) | |
download | pkgsrc-a6d56be77187d228364e24adbf9e6c1bb425e7ac.tar.gz |
hush
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index e3bd3e5ccf7..83d09b5435e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.625 2000/11/29 14:44:12 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.626 2000/11/29 14:52:57 hubertf Exp $ # # This file is in the public domain. # @@ -1706,10 +1706,10 @@ real-su-install: install-info --remove --info-dir=${PREFIX}/info ${PREFIX}/info/${f}; \ install-info --info-dir=${PREFIX}/info ${PREFIX}/info/${f} .endfor - # PLIST must be generated at this late point (instead of - # depending on it somewhere earlier), as the - # pre/do/post-install aren't run then yet: - ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} ${PLIST} + @# PLIST must be generated at this late point (instead of + @# depending on it somewhere earlier), as the + @# pre/do/post-install aren't run then yet: + @${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} ${PLIST} ${_PKG_SILENT}${_PKG_DEBUG}newmanpages=`${EGREP} -h \ '^([^@/]*/)*man/([^/]*/)?(man[1-9ln]/.*\.[1-9ln]|cat[1-9ln]/.*\.0)(\.gz)?$$' \ ${PLIST} 2>/dev/null || ${TRUE}`; \ |