summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-03-11 19:37:20 +0000
committertv <tv@pkgsrc.org>2004-03-11 19:37:20 +0000
commite53f7683c56a3cd7506f96df5861f3534d293cef (patch)
tree90fa12e4214408d498b381c73a9710d520e2b669
parent2d61773eaba885fd71440bb575bef93affe39c24 (diff)
downloadpkgsrc-e53f7683c56a3cd7506f96df5861f3534d293cef.tar.gz
Use ${DO_NADA} to introduce a do-nothing line (as is done elsewhere in
pkgsrc); simply # makes older bmake hork up in combination with some shells.
-rw-r--r--mk/bsd.pkg.mk23
1 files changed, 12 insertions, 11 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 7fa8ea8f7bd..d5785348f6b 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1417 2004/03/09 19:22:24 reed Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1418 2004/03/11 19:37:20 tv Exp $
#
# This file is in the public domain.
#
@@ -2696,16 +2696,17 @@ real-su-install: ${MESSAGE}
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} pre-install
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} do-install
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} post-install
- ${_PKG_SILENT}#
- ${_PKG_SILENT}# PLIST must be generated at this late point (instead of
- ${_PKG_SILENT}# depending on it somewhere earlier), because it needs
- ${_PKG_SILENT}# to be created _after_ the {pre,do,post}-install
- ${_PKG_SILENT}# targets are run.
- ${_PKG_SILENT}#
- ${_PKG_SILENT}# We generate _before_ post-install-script is run so
- ${_PKG_SILENT}# that the real config files and rc.d scripts aren't
- ${_PKG_SILENT}# listed in the PLIST.
- ${_PKG_SILENT}#
+ ${_PKG_SILENT}${DO_NADA} \
+ # \
+ # PLIST must be generated at this late point (instead of \
+ # depending on it somewhere earlier), because it needs \
+ # to be created _after_ the {pre,do,post}-install \
+ # targets are run. \
+ # \
+ # We generate _before_ post-install-script is run so \
+ # that the real config files and rc.d scripts aren't \
+ # listed in the PLIST. \
+ #
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} ${PLIST}
${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} post-install-script
${_PKG_SILENT}${_PKG_DEBUG}newmanpages=`${EGREP} -h \