pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk spelling correction



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5e8fe36a418
branches:  trunk
changeset: 517949:d5e8fe36a418
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sat Aug 26 19:07:00 2006 +0000

description:
spelling correction

diffstat:

 mk/bsd.prefs.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fd67926bf992 -r d5e8fe36a418 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sat Aug 26 18:55:43 2006 +0000
+++ b/mk/bsd.prefs.mk   Sat Aug 26 19:07:00 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.232 2006/08/26 18:55:43 schwarz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.233 2006/08/26 19:07:00 schwarz Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -306,8 +306,8 @@
 
 .if defined(PREFIX) && (${PREFIX} != ${__PREFIX_SET__})
 .BEGIN:
-       @${ECHO_MSG} "You can NOT set PREFIX manually or in mk.conf.  Set LOCALBASE or X11BASE"
-       @${ECHO_MSG} "depending on your needs.  See the pkg system documentation for more info."
+       @${ECHO_MSG} "You CANNOT set PREFIX manually or in mk.conf. Set LOCALBASE or X11BASE"
+       @${ECHO_MSG} "depending on your needs. See the pkg system documentation for more info."
        @${FALSE}
 .endif
 



Home | Main Index | Thread Index | Old Index