pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Test was reversed.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9fd4bc4eaf16
branches: trunk
changeset: 470964:9fd4bc4eaf16
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Mar 13 20:58:06 2004 +0000
description:
Test was reversed.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ece24770c995 -r 9fd4bc4eaf16 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Mar 13 20:54:16 2004 +0000
+++ b/mk/bsd.pkg.mk Sat Mar 13 20:58:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1422 2004/03/13 20:54:16 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1423 2004/03/13 20:58:06 jlam Exp $
#
# This file is in the public domain.
#
@@ -767,7 +767,7 @@
.PHONY: uptodate-digest
uptodate-digest:
-.if !empty(USE_DIGEST:M[nN][oO])
+.if !empty(USE_DIGEST:M[yY][eE][sS])
${_PKG_SILENT}${_PKG_DEBUG} \
if [ -f ${DISTINFO_FILE} -a \( ! -f ${DIGEST} -o ${DIGEST_VERSION} -lt ${DIGEST_REQD} \) ]; then \
{ cd ${_PKGSRCDIR}/pkgtools/digest; \
Home |
Main Index |
Thread Index |
Old Index