diff options
author | tv <tv@pkgsrc.org> | 1999-05-25 01:08:22 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-25 01:08:22 +0000 |
commit | cd2c4bb09b4f6b69dc52acaf3ab2ead55316ad9f (patch) | |
tree | d45619063237ac43a6030584a5de0766aab33c55 | |
parent | 2d4fbc2e96993e6b6c23e0676046e007fe46a243 (diff) | |
download | pkgsrc-cd2c4bb09b4f6b69dc52acaf3ab2ead55316ad9f.tar.gz |
Set NO_CHECK_DEPENDS to skip "check-depends" when fetching via
"mirror-distfiles".
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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 |