summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-12-14 18:46:58 +0000
committerrillig <rillig@pkgsrc.org>2008-12-14 18:46:58 +0000
commit41f53c4dd513f4640fa0253592dfdd9a51f96aa2 (patch)
tree716501a60812c5dc7635a3033a0fffbe553964a7 /pkgtools
parent2550b3c6a30703c7394d8795ae8c0012453409c4 (diff)
downloadpkgsrc-41f53c4dd513f4640fa0253592dfdd9a51f96aa2.tar.gz
Changed one of the explanations to be more permissive. Fixed a
grammatical mistake in the same sentence.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 8c1073b0902..821cc8c4b50 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.794 2008/12/05 06:48:05 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.795 2008/12/14 18:46:58 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -5071,8 +5071,8 @@ sub checkline_mk_vartype_basic($$$$$$$$) {
$line->explain_warning(
"This option is not documented in the mk/defaults/options.description",
"file. If this is not a typo, please think of a brief but precise",
-"description and ask on the tech-pkg\@NetBSD.org for inclusion in the",
-"database.");
+"description and either update that file yourself or ask on the",
+"tech-pkg\@NetBSD.org mailing list.");
}
} elsif ($value_novar =~ m"^-?([a-z][-0-9a-z_]*)$") {