diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-02 08:08:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-02 08:08:36 +0000 |
commit | dce6142cdaf8d4da59056cbeb1451eef4753f399 (patch) | |
tree | 2ce37845b0a1675005114e72575305a9238c6edb /pkgtools | |
parent | 8282f4028fe969375005dec8c5e66997cd717da4 (diff) | |
download | pkgsrc-dce6142cdaf8d4da59056cbeb1451eef4753f399.tar.gz |
All *.mk and Makefile* files can now be fixed automatically.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 987c3ad3a64..2d7d536d8b1 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -11,7 +11,7 @@ # Freely redistributable. Absolutely no warranty. # # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp -# $NetBSD: pkglint.pl,v 1.407 2005/12/01 17:00:52 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.408 2005/12/02 08:08:36 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by: @@ -2934,6 +2934,7 @@ sub checkfile_mk($) { checklines_direct_tools($lines); checklines_package_Makefile($lines); checklines_Makefile_varuse($lines); + autofix($lines); } sub checkfile_package_Makefile($$$) { |