summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-09 23:59:35 +0000
committerrillig <rillig@pkgsrc.org>2006-11-09 23:59:35 +0000
commitd5f6373b5e209f0a2db024ae862300d770a40a67 (patch)
tree12e76d25ef662e61360d05effe2a31b6d013cacb /pkgtools
parent6c3d63a48462be6f107f340cef799de042f3c162 (diff)
downloadpkgsrc-d5f6373b5e209f0a2db024ae862300d770a40a67.tar.gz
Variable names don't need to be quoted.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 616dbf7a49b..9767fe067bc 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.684 2006/10/30 22:27:07 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.685 2006/11/09 23:59:35 rillig Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -3149,10 +3149,10 @@ sub variable_needs_quoting($$$) {
Filemask FileMode Filename
Identifier
Option
- Pathmask Pathname PkgName PkgRevision
+ Pathmask Pathname PkgName PkgOptionsVar PkgRevision
RelativePkgDir RelativePkgPath
URL UserGroupName
- Version
+ Varname Version
WrkdirSubdirectory
));