diff options
author | rillig <rillig> | 2008-12-14 18:46:58 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-12-14 18:46:58 +0000 |
commit | 06104b0654f7797e7c8ae6a1269b9c63de877bc2 (patch) | |
tree | 716501a60812c5dc7635a3033a0fffbe553964a7 /pkgtools | |
parent | 1bf8e59ea17e935df0a2eb66be28e7f8081c2604 (diff) | |
download | pkgsrc-06104b0654f7797e7c8ae6a1269b9c63de877bc2.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.pl | 6 |
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_]*)$") { |