diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-08 18:21:14 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-08 18:21:14 +0000 |
commit | d4ada473b58965c438117b4c4df50d0372f8fd05 (patch) | |
tree | 2736e8fd613adbbcd2ebcbb6f78cc8d27815088a /pkgtools | |
parent | af939bbfde3a0878251d85c8ce238201de98ab65 (diff) | |
download | pkgsrc-d4ada473b58965c438117b4c4df50d0372f8fd05.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] |