diff options
author | rillig <rillig> | 2006-06-08 18:21:14 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-08 18:21:14 +0000 |
commit | 42aada9fcc95e55213e60b8be6333219eaa34d19 (patch) | |
tree | 2736e8fd613adbbcd2ebcbb6f78cc8d27815088a /pkgtools | |
parent | a723dc5ecfa4f2ea328cc4f551a3da6d445cb279 (diff) | |
download | pkgsrc-42aada9fcc95e55213e60b8be6333219eaa34d19.tar.gz |
Contrary to my (and maybe to others') expectations, INFO_FILES does
_not_ have the data type "List of Pathname", but "Yes".
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 9e623b3fdef..aa497055285 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.111 2006/06/08 15:56:00 rillig Exp $ +# $NetBSD: makevars.map,v 1.112 2006/06/08 18:21:14 rillig Exp $ # # This file contains the guessed type of some variables, according to @@ -303,7 +303,7 @@ INCOMPAT_CURSES List of PlatformTriple [m:as] INCOMPAT_ICONV List of PlatformTriple INFO_DIR Pathname # ^^ relative to PREFIX -INFO_FILES List of Pathmask [m:s,c:ads] +INFO_FILES Yes [$simple] INSTALL ShellCommand [*:u] INSTALLATION_DIRS List of Pathname [$list] INSTALL_DATA ShellCommand [*:u] |