summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2012-07-09 17:47:37 +0000
committerwiz <wiz>2012-07-09 17:47:37 +0000
commit0df59798d9f9329cfca0356e2d974e0b11357fb0 (patch)
tree852df59784ef40feb3d7e60be5a0d9a353d4baf3 /pkgtools
parent4d23b1cbaf06d45e2cc79a85fdc180322d7b2c85 (diff)
downloadpkgsrc-0df59798d9f9329cfca0356e2d974e0b11357fb0.tar.gz
Recognize FETCH_USING as user-settable variable, as intended.
Addresses a comment by diro in PR 46570.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/makevars.map3
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]