diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-04 23:29:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-04 23:29:50 +0000 |
commit | 369315ec93a20b4ca0a9696816f84b3695e04a51 (patch) | |
tree | 3bd2b604e107c52ee9f4e9b8184bd4b3675ed395 | |
parent | 955bd55d686ac74790797ab484a9d918e270c74a (diff) | |
download | pkgsrc-369315ec93a20b4ca0a9696816f84b3695e04a51.tar.gz |
oops.. reversed a test
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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} |