diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-22 20:11:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-22 20:11:55 +0000 |
commit | 4a202fc0c81c533da67ea1b7b42db4b4d1a2d155 (patch) | |
tree | 0d73c786757287a5cf4c608c47285983c7ed22fc /mk/fetch/bsd.fetch-vars.mk | |
parent | dff5175c58160681f1f7d9e8f3c5bfc0513171a8 (diff) | |
download | pkgsrc-4a202fc0c81c533da67ea1b7b42db4b4d1a2d155.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/bsd.fetch-vars.mk')
-rw-r--r-- | mk/fetch/bsd.fetch-vars.mk | 4 |
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 |