summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-12 21:35:02 +0000
committerrillig <rillig@pkgsrc.org>2006-04-12 21:35:02 +0000
commit1c43c9af475d8044c440b1c369a0228d04e583cc (patch)
tree98ed9f2993460ea24d39c6693c4d150aa027e7ee
parent72c22887da5b5e993fe2c5e24862a63b9f8fc61a (diff)
downloadpkgsrc-1c43c9af475d8044c440b1c369a0228d04e583cc.tar.gz
Removed an extra ".
-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 55d246946a3..d655c119811 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.554 2006/04/12 20:28:03 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.555 2006/04/12 21:35:02 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -3052,7 +3052,7 @@ sub checkline_mk_vartype_basic($$$$$$$) {
} elsif ($type eq "DistSuffix") {
if ($value eq ".tar.gz") {
- $line->log_note("\"${varname} is \".tar.gz\" by default, so this definition may be redundant.");
+ $line->log_note("${varname} is \".tar.gz\" by default, so this definition may be redundant.");
}
} elsif ($type eq "Filename") {