From 369315ec93a20b4ca0a9696816f84b3695e04a51 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 4 Aug 2004 23:29:50 +0000 Subject: oops.. reversed a test --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 08e6de79262..3f0d02c7c06 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ MAKE_ENV+= USETOOLS="${USETOOLS}" # 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} -- cgit v1.2.3