diff options
author | hubertf <hubertf> | 2000-11-29 14:52:57 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-11-29 14:52:57 +0000 |
commit | fccd33acdb0e45eb23c5d4a234a13ffee34d95bc (patch) | |
tree | e7ff74fdbc03d64d5ab18739400326b2c2c355a5 /mk | |
parent | cf9da71b20f27c5cf1b14f89a5b6a9155d357b6b (diff) | |
download | pkgsrc-fccd33acdb0e45eb23c5d4a234a13ffee34d95bc.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}`; \ |