summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-09 23:59:35 +0000
committerrillig <rillig>2006-11-09 23:59:35 +0000
commitf6c626ddc78dc55002453c3f27fe615bd24872f9 (patch)
tree12e76d25ef662e61360d05effe2a31b6d013cacb /pkgtools
parent6f59e909265c2160a965cb34f94951033e8a086f (diff)
downloadpkgsrc-f6c626ddc78dc55002453c3f27fe615bd24872f9.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
));