diff options
author | wiz <wiz> | 2012-07-09 17:47:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-07-09 17:47:37 +0000 |
commit | d6cba2778eafdb1dc16c6d11c96fb800d9ba7b45 (patch) | |
tree | 852df59784ef40feb3d7e60be5a0d9a353d4baf3 /pkgtools/pkglint/files | |
parent | d26b8922876645f14c483fd4c3f63cf15e07f97a (diff) | |
download | pkgsrc-d6cba2778eafdb1dc16c6d11c96fb800d9ba7b45.tar.gz |
Recognize FETCH_USING as user-settable variable, as intended.
Addresses a comment by diro in PR 46570.
Diffstat (limited to 'pkgtools/pkglint/files')
-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 f393aeec9d8..4ed42827e05 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.221 2012/07/09 17:36:30 wiz Exp $ +# $NetBSD: makevars.map,v 1.222 2012/07/09 17:47:37 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -88,6 +88,7 @@ DISTDIR Pathname [$user] DIST_PATH Pathlist [$user] DEFAULT_VIEW Unchecked [$user] FETCH_CMD ShellCommand [$user] +FETCH_USING { curl custom fetch ftp manual wget } [$user] FETCH_RESUME_ARGS List of ShellWord [$user] FETCH_OUTPUT_ARGS List of ShellWord [$user] LIBTOOLIZE_PLIST YesNo [$user] |