summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2007-06-19 20:05:36 +0000
committerrillig <rillig>2007-06-19 20:05:36 +0000
commitd2314b6a54d2a1570a387b30f86b1fb13c58c2be (patch)
tree63c1f946f2de88c2234361676deee0c4f3f84eb7 /pkgtools
parentba772ddc869112a1f63a0b1f2d6f9189bd70e3cf (diff)
downloadpkgsrc-d2314b6a54d2a1570a387b30f86b1fb13c58c2be.tar.gz
Added INSTALL_ENV and SUBST_VARS. Noted by joerg.
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 198cad61444..f2fd9faee47 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.162 2007/06/05 13:38:04 rillig Exp $
+# $NetBSD: makevars.map,v 1.163 2007/06/19 20:05:36 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -351,6 +351,7 @@ INSTALLATION_DIRS_FROM_PLIST Yes [$package]
INSTALL_DATA ShellCommand [$system]
INSTALL_DATA_DIR ShellCommand [$system]
INSTALL_DIRS List of WrksrcSubdirectory [$package_list]
+INSTALL_ENV List of ShellWord [$package_list]
INSTALL_FILE Pathname [m:s]
INSTALL_GAME ShellCommand [$system]
INSTALL_GAME_DATA ShellCommand [$system]
@@ -635,6 +636,7 @@ SUBST_FILTER_CMD.* ShellCommand [m:s,c:s,h:s,o:s,Makefile.*:s]
SUBST_MESSAGE.* Message [m:s,c:s,h:s,o:s,Makefile.*:s]
SUBST_SED.* SedCommands [m:as,c:as,h:as,o:as,Makefile.*:as]
SUBST_STAGE.* Stage [$package]
+SUBST_VARS.* List of Varname [$package_list]
SVR4_PKGNAME SVR4PkgName [$package]
TEST_DIRS List of WrksrcSubdirectory [$package_list]
TEST_ENV List of ShellWord [$package_list]