diff options
author | grant <grant@pkgsrc.org> | 2004-03-27 08:06:24 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-27 08:06:24 +0000 |
commit | 1dbeb699460f95ec2ecb705c747ef55c1fc3887a (patch) | |
tree | db233de503bf70940295f69f0721aed5309924f2 /mk/bsd.pkg.mk | |
parent | cc53c502cf935aa757c4528befb418dc02918555 (diff) | |
download | pkgsrc-1dbeb699460f95ec2ecb705c747ef55c1fc3887a.tar.gz |
wrap a long line in BUILD_DEFS output, tweak the message slightly.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 7 |
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 |