summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 1c1e56a5f38..109ff463736 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.307 2005/10/26 23:17:49 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.308 2005/10/30 19:54:36 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -1132,7 +1132,7 @@ sub checkfile_patches_patch($$) {
sub readmakefile($$$$) {
my ($dir, $file, $all_lines, $seen_Makefile_include) = @_;
my $contents = "";
- my ($includefile, $dirname, $savedln, $level, $lines);
+ my ($includefile, $dirname, $lines);
$lines = load_file($file);
if (!defined ($lines)) {