summaryrefslogtreecommitdiff
path: root/mk
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
commit54a59a09e53f1a6d455066278396b8cf434a1612 (patch)
treebd8ec56ef15c7b39d3e6fbbcf572738b9acfeb03 /mk
parent3630255b597c030b367208ccaf985412361c0ca8 (diff)
downloadpkgsrc-54a59a09e53f1a6d455066278396b8cf434a1612.tar.gz
For PR #44396.
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom."
Diffstat (limited to 'mk')
-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.
#