summaryrefslogtreecommitdiff
path: root/mk/fetch
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-22 20:11:55 +0000
committerjoerg <joerg>2008-05-22 20:11:55 +0000
commit9100c72af91a41a71ca2185580ae22f3de2607af (patch)
tree0d73c786757287a5cf4c608c47285983c7ed22fc /mk/fetch
parentfd258a52982e4e146b82be04fccaafc978cc0578 (diff)
downloadpkgsrc-9100c72af91a41a71ca2185580ae22f3de2607af.tar.gz
Add ftp as tool. On NetBSD and DragonFly, this will use the system
version of tnftp, otherwise it will use net/tnftp. Require ftp as bootstrap dependency when the package has files to fetch. The dependency is currently unconditional and FETCH_CMD is set to TOOLS_PATH.ftp by default.
Diffstat (limited to 'mk/fetch')
-rw-r--r--mk/fetch/bsd.fetch-vars.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/bsd.fetch-vars.mk b/mk/fetch/bsd.fetch-vars.mk
index 4dd9c0269e6..8427fa0c42d 100644
--- a/mk/fetch/bsd.fetch-vars.mk
+++ b/mk/fetch/bsd.fetch-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.fetch-vars.mk,v 1.10 2008/05/22 16:27:22 joerg Exp $
+# $NetBSD: bsd.fetch-vars.mk,v 1.11 2008/05/22 20:11:55 joerg Exp $
#
# This Makefile fragment is included separately by bsd.pkg.mk and
# defines some variables which must be defined earlier than where
@@ -74,7 +74,7 @@ _BOOTSTRAP_VERBOSE= # defined
.endif
.if !empty(_CKSUMFILES)
-#USE_TOOLS+= ftp:bootstrap
+USE_TOOLS+= ftp:bootstrap
. if defined(FAILOVER_FETCH)
USE_TOOLS+= digest:bootstrap
. endif