diff options
author | rillig <rillig@pkgsrc.org> | 2007-06-03 18:38:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-06-03 18:38:14 +0000 |
commit | 8b91f133803270cce2122d057ad2122eefdf7fc1 (patch) | |
tree | 360467a468605b8d0fa22ea8f5b6311dfdb68b25 /pkgtools/pkglint | |
parent | e0024b5e328288f9a72f72a2b077dc05916d2544 (diff) | |
download | pkgsrc-8b91f133803270cce2122d057ad2122eefdf7fc1.tar.gz |
Added "local" as a valid category, since it is suggested in the pkgsrc
guide.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 4f39b0c53ec..d89243c50dc 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.708 2007/05/13 21:43:26 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.709 2007/06/03 18:38:14 rillig Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -4798,7 +4798,7 @@ sub checkline_mk_vartype_basic($$$$$$$$) { inputmethod japanese java kde korean - lang linux + lang linux local mail math mbone meta-pkgs misc multimedia net news packages parallel perl5 pkgtools plan9 print python |