summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>1999-05-25 01:08:22 +0000
committertv <tv>1999-05-25 01:08:22 +0000
commit3aa377d2db45c25d1ea9abc2785c3a9b2d531c41 (patch)
treed45619063237ac43a6030584a5de0766aab33c55 /mk
parent152d4986cbc1d1963e9949d4f603c8c4f7c9ddb8 (diff)
downloadpkgsrc-3aa377d2db45c25d1ea9abc2785c3a9b2d531c41.tar.gz
Set NO_CHECK_DEPENDS to skip "check-depends" when fetching via
"mirror-distfiles".
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 99f9df0f8d0..07b7f883270 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.275 1999/05/24 23:04:52 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.276 1999/05/25 01:08:22 tv Exp $
#
# This file is in the public domain.
#
@@ -1445,7 +1445,7 @@ root-deinstall:
# re-distributed freely
mirror-distfiles:
.if (${MIRROR_DISTFILE} == "yes")
- ${_PKG_SILENT}${_PKG_DEBUG}${MAKE} fetch NO_IGNORE=yes
+ ${_PKG_SILENT}${_PKG_DEBUG}${MAKE} fetch NO_IGNORE=yes NO_CHECK_DEPENDS=yes
.endif