summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-03-27 08:06:24 +0000
committergrant <grant>2004-03-27 08:06:24 +0000
commitcdfd74a59f0f304b109aebc771d577abcde73730 (patch)
treedb233de503bf70940295f69f0721aed5309924f2
parent8ea3b92df7585c5330c22439a7bc649fdcbd7505 (diff)
downloadpkgsrc-cdfd74a59f0f304b109aebc771d577abcde73730.tar.gz
wrap a long line in BUILD_DEFS output, tweak the message slightly.
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index ce68c3d0499..b18b1f6a7a2 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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 @@ build-defs-message: ${WRKDIR}
. 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