pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk wrap a long line in BUILD_DEFS output, tweak the me...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0842374255ab
branches:  trunk
changeset: 471349:0842374255ab
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Mar 27 08:06:24 2004 +0000

description:
wrap a long line in BUILD_DEFS output, tweak the message slightly.

diffstat:

 mk/bsd.pkg.mk |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r c81d596a26e2 -r 0842374255ab mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Mar 27 08:04:48 2004 +0000
+++ b/mk/bsd.pkg.mk     Sat Mar 27 08:06:24 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1426 2004/03/22 04:07:15 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1427 2004/03/27 08:06:24 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -58,8 +58,9 @@
 .        endif
 .      endfor
        @${ECHO} ""
-       @${ECHO} "You may want to abort the process now with CTRL+C and change their value"
-       @${ECHO} "before continuing.  Be sure to run \`${MAKE} clean' after the changes."
+       @${ECHO} "You may want to abort the process now with CTRL-C and change their value"
+       @${ECHO} "before continuing.  Be sure to run \`${MAKE} clean' after"
+       @${ECHO} "the changes."
        @${ECHO} "=========================================================================="
        @${TOUCH} ${WRKDIR}/.bdm_done
 .    endif



Home | Main Index | Thread Index | Old Index