summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-03-09 03:37:59 +0000
committerrillig <rillig@pkgsrc.org>2007-03-09 03:37:59 +0000
commit8a4b673279f3529201eddb1ec65f21b75a522ee0 (patch)
tree6013e1aee12ec865fbe8ac558930a0d84d84089f /pkgtools
parentc66cd8fa30205f99f5c849f0d3c81ccb8feb6dea (diff)
downloadpkgsrc-8a4b673279f3529201eddb1ec65f21b75a522ee0.tar.gz
Added PKG_DBDIR and RUN.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/makevars.map4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 5a54589655e..28c8a4dbbe1 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.159 2007/03/02 05:54:18 wiz Exp $
+# $NetBSD: makevars.map,v 1.160 2007/03/09 03:37:59 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -515,6 +515,7 @@ PKG_CONFIG Yes [$user]
# whether the pkgsrc user wants configuration files automatically
# installed or not.
PKG_CREATE ShellCommand [$system]
+PKG_DBDIR Pathname [$system]
PKG_DEBUG_LEVEL Integer [$cmdline]
PKG_DEFAULT_OPTIONS List of Option [$user]
PKG_DELETE ShellCommand [$system]
@@ -611,6 +612,7 @@ REQD_FILES_MODE { 0644 0640 0600 0400 } [$package]
RESTRICTED Message [$package]
ROOT_USER UserGroupName [$user]
ROOT_GROUP UserGroupName [$user]
+RUN ShellCommand [$system]
SCRIPTS_ENV List of ShellWord [m:a,c:a]
SHAREGRP UserGroupName [$system]
SHAREMODE FileMode [$system]