summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorreed <reed>2011-01-18 15:20:54 +0000
committerreed <reed>2011-01-18 15:20:54 +0000
commitbd4129a801ff0d63199e01943d79a5a793ff8807 (patch)
treebd8ec56ef15c7b39d3e6fbbcf572738b9acfeb03 /mk
parent3d07ee66bc253bf700652cd422dea0d852c15d65 (diff)
downloadpkgsrc-bd4129a801ff0d63199e01943d79a5a793ff8807.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.
#