summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorschwarz <schwarz>2006-08-26 19:07:00 +0000
committerschwarz <schwarz>2006-08-26 19:07:00 +0000
commita7af8b1f3bfb9b8663be5461af388cad9a3940f8 (patch)
tree7207e5889ad04748b188f4ad3e8beae16ff4eee8 /mk/bsd.prefs.mk
parentfdf210eff07f2d0836940c13e959dcdb2d9fa1b3 (diff)
downloadpkgsrc-a7af8b1f3bfb9b8663be5461af388cad9a3940f8.tar.gz
spelling correction
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 9157327be28..e18710fe05d 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -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 @@ SHAREMODE?= ${DOCMODE}
.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