pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Garbage collect NO_CHECK_DEPENDS: it is meaningless...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/485e05ce810e
branches:  trunk
changeset: 478870:485e05ce810e
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 31 12:24:02 2004 +0000

description:
Garbage collect NO_CHECK_DEPENDS: it is meaningless since revision 1.942.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7258ae56f0d9 -r 485e05ce810e mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sat Jul 31 11:53:09 2004 +0000
+++ b/mk/bsd.pkg.mk     Sat Jul 31 12:24:02 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1480 2004/07/27 15:56:19 xtraeme Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1481 2004/07/31 12:24:02 seb Exp $
 #
 # This file is in the public domain.
 #
@@ -3514,7 +3514,7 @@
 .PHONY: mirror-distfiles
 mirror-distfiles:
 .if !defined(NO_SRC_ON_FTP)
-       @${_PKG_SILENT}${_PKG_DEBUG}${MAKE} ${MAKEFLAGS} fetch NO_SKIP=yes NO_CHECK_DEPENDS=yes
+       @${_PKG_SILENT}${_PKG_DEBUG}${MAKE} ${MAKEFLAGS} fetch NO_SKIP=yes
 .endif
 
 



Home | Main Index | Thread Index | Old Index