pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk oops.. reversed a test
details: https://anonhg.NetBSD.org/pkgsrc/rev/237383edda7c
branches: trunk
changeset: 479097:237383edda7c
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Aug 04 23:29:50 2004 +0000
description:
oops.. reversed a test
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6bf4deb07d28 -r 237383edda7c mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Wed Aug 04 23:25:14 2004 +0000
+++ b/mk/bsd.pkg.mk Wed Aug 04 23:29:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1485 2004/08/04 23:22:38 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1486 2004/08/04 23:29:50 jlam Exp $
#
# This file is in the public domain.
#
@@ -38,7 +38,7 @@
# Makefile, which are usually not customizable.
.PHONY: pre-install-depends build-defs-message
pre-install-depends: build-defs-message
-.if !empty(PKGSRC_SHOW_BUILD_DEFS:M[yY][eE][sS])
+.if empty(PKGSRC_SHOW_BUILD_DEFS:M[yY][eE][sS])
build-defs-message:
.elif !target(build-defs-message)
build-defs-message: ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index