diff options
author | jlam <jlam> | 2005-08-15 17:35:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-15 17:35:45 +0000 |
commit | b1045ef7ea5d0eaabbf1496e921611100ead55a7 (patch) | |
tree | 7728143b4d6400f7e746d764d7552bac0d27f036 | |
parent | 5595e94f3d14b47d27360768e048f9283c5da7f8 (diff) | |
download | pkgsrc-b1045ef7ea5d0eaabbf1496e921611100ead55a7.tar.gz |
Fix an annoying whitespace issue for 80 character-width displays.
-rw-r--r-- | mk/bsd.pkg.mk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 76ac0a59c42..e328f58b371 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1715 2005/08/15 13:05:18 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1716 2005/08/15 17:35:45 jlam Exp $ # # This file is in the public domain. # @@ -2107,15 +2107,15 @@ real-su-install: ${MESSAGE} ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} do-install ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} post-install ${_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. \ + # \ + # 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}newmanpages=`${EGREP} -h \ |