diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 09:47:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 09:47:20 +0000 |
commit | ac4b50b1739e878cd80bdc46491b8ece97cd4ba8 (patch) | |
tree | c60266cde4567cb69d872e4ea42d039b11c2dcb0 /pkgtools | |
parent | 133f1d4bd492706fedcb0bd74ff1af77f2648786 (diff) | |
download | pkgsrc-ac4b50b1739e878cd80bdc46491b8ece97cd4ba8.tar.gz |
tell EXTRACT_ENV.
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 36b41200312..668d6c480da 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.246 2014/03/02 09:36:56 obache Exp $ +# $NetBSD: makevars.map,v 1.247 2014/03/02 09:47:20 obache Exp $ # # This file contains the guessed type of some variables, according to @@ -333,6 +333,7 @@ EXPORT_SYMBOLS_LDFLAGS List of LdFlag [$system] EXTRACT_CMD ShellCommand [$system] EXTRACT_DIR Pathname [$package] EXTRACT_ELEMENTS List of Pathmask [$package_list] +EXTRACT_ENV List of ShellWord [$package_list] EXTRACT_ONLY List of Pathname [$package_list] EXTRACT_OPTS List of ShellWord [m:as,c:as] EXTRACT_OPTS_BIN List of ShellWord [m:as,c:as] |