diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-13 08:57:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-13 08:57:09 +0000 |
commit | f07791f52246e912bc3752ad0c6a8057911ac3ab (patch) | |
tree | e3090d645b6acee1618bb4c9d09130f1d30c4d0f /pkgtools | |
parent | 4de0af6841d3dec48ae307f30ee40699919224bf (diff) | |
download | pkgsrc-f07791f52246e912bc3752ad0c6a8057911ac3ab.tar.gz |
Whew. pkglint didn't know FAIL_MSG at all.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 6bdfba38aa1..4b1042a16d6 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.170 2007/10/12 20:16:01 rillig Exp $ +# $NetBSD: makevars.map,v 1.171 2007/10/13 08:57:09 rillig Exp $ # # This file contains the guessed type of some variables, according to @@ -314,6 +314,7 @@ EXTRACT_OPTS_ZIP List of ShellWord [m:as,c:as] EXTRACT_OPTS_ZOO List of ShellWord [m:as,c:as] EXTRACT_SUFX DistSuffix [$package] EXTRACT_USING { gtar nbtar pax } [$package] +FAIL_MSG ShellCommand [$system] FAMBASE Pathname [$system] FAM_ACCEPTED List of { fam gamin } [$package] FAM_DEFAULT { fam gamin } [$user] |