pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Fix an annoying whitespace issue for 80 character-w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c449fea8e927
branches:  trunk
changeset: 498198:c449fea8e927
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Aug 15 17:35:45 2005 +0000

description:
Fix an annoying whitespace issue for 80 character-width displays.

diffstat:

 mk/bsd.pkg.mk |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (34 lines):

diff -r 179db959a9b1 -r c449fea8e927 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Aug 15 17:33:31 2005 +0000
+++ b/mk/bsd.pkg.mk     Mon Aug 15 17:35:45 2005 +0000
@@ -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 @@
        ${_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             \



Home | Main Index | Thread Index | Old Index