diff options
author | dholland <dholland@pkgsrc.org> | 2010-01-17 08:04:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-01-17 08:04:32 +0000 |
commit | e42534f09f5378c0efeae4054ba6123a59b532b4 (patch) | |
tree | 75dada76d3721d20ffe5a3ad81af27dd90ef180a | |
parent | b259bb416074d9e35301c5d0ab073a80c3e6d547 (diff) | |
download | pkgsrc-e42534f09f5378c0efeae4054ba6123a59b532b4.tar.gz |
minor English usage nit
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 5b5addbfa62..aab2ad3b0f8 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.303 2010/01/16 02:16:35 obache Exp $ +# $NetBSD: bsd.prefs.mk,v 1.304 2010/01/17 08:04:32 dholland Exp $ # # This file includes the mk.conf file, which contains the user settings. # @@ -427,7 +427,7 @@ PKG_FAIL_REASON+= "PKG_DESTDIR_SUPPORT must be \`\`destdir'' or \`\`user-destdir .endif .if defined(PKG_DEVELOPER) && empty(PKG_DESTDIR_SUPPORT) -WARNINGS+= "[bsd.prefs.mk] The package ${PKGNAME} misses DESTDIR support." +WARNINGS+= "[bsd.prefs.mk] The package ${PKGNAME} is missing DESTDIR support." .endif # When using staged installation, everything gets installed into |