summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2011-01-18 15:20:54 +0000
committerreed <reed@pkgsrc.org>2011-01-18 15:20:54 +0000
commitd0f165bec62d2dff87dfd2fee508f94d9be7a125 (patch)
treebd8ec56ef15c7b39d3e6fbbcf572738b9acfeb03
parent56226c2fc5588e66c7652040d904ada53b868432 (diff)
downloadpkgsrc-d0f165bec62d2dff87dfd2fee508f94d9be7a125.tar.gz
For PR #44396.
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom."
-rw-r--r--mk/fetch/fetch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/fetch.mk b/mk/fetch/fetch.mk
index b5bd60e0bd3..f9ae92b2620 100644
--- a/mk/fetch/fetch.mk
+++ b/mk/fetch/fetch.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.44 2010/06/27 17:46:22 joerg Exp $
+# $NetBSD: fetch.mk,v 1.45 2011/01/18 15:20:54 reed Exp $
_MASTER_SITE_BACKUP= ${MASTER_SITE_BACKUP:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
_MASTER_SITE_OVERRIDE= ${MASTER_SITE_OVERRIDE:=${DIST_SUBDIR}${DIST_SUBDIR:D/}}
@@ -163,7 +163,7 @@ fetch-check-interactive: .USEBEFORE
### transfer the files from the appropriate sites if needed.
###
#
-# FETCH_CMD is the program used to fetch files for FETCH_USING=manual.
+# FETCH_CMD is the program used to fetch files for FETCH_USING=custom.
# It must understand fetching files located via URLs,
# e.g. NetBSD's ftp, net/tnftp, etc.
#