From b75bc73ed91a5f9882cd898fd32e06398a15e2ec Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 8 Aug 2003 12:04:40 +0000 Subject: Use saner values for PKGSRC_SHOW_BUILD_DEFS - make this switch on "yes" or "YES", rather than a straight definition. --- 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 0059f4914a8..508a8637ca1 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1232 2003/08/08 08:43:37 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1233 2003/08/08 12:04:40 agc Exp $ # # This file is in the public domain. # @@ -34,7 +34,7 @@ MAKE_ENV+= USETOOLS="${USETOOLS}" # Makefile, which are usually not customizable. .PHONY: pre-extract build-defs-message pre-extract: build-defs-message -.if !defined(PKGSRC_SHOW_BUILD_DEFS) +.if ${PKGSRC_SHOW_BUILD_DEFS} != "YES" && ${PKGSRC_SHOW_BUILD_DEFS} != "yes" build-defs-message: .elif !target(build-defs-message) build-defs-message: ${WRKDIR} -- cgit v1.2.3