summaryrefslogtreecommitdiff
path: root/mk/bsd.options.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-05 02:10:20 +0000
committerjlam <jlam@pkgsrc.org>2004-08-05 02:10:20 +0000
commit8810d2a8dd6e233e1d09279a8ef59a1ff6499b9a (patch)
tree01bfd4f835c006eb3099d47dd0abb09213a7e687 /mk/bsd.options.mk
parentf7c1751652fb138f45c857de343eab18c92c3056 (diff)
downloadpkgsrc-8810d2a8dd6e233e1d09279a8ef59a1ff6499b9a.tar.gz
Move addition of PKG_OPTIONS to BUILD_DEFS below the definition of the
build-defs-message target so that PKG_OPTIONS doesn't show up as a settable variable in the displayed message.
Diffstat (limited to 'mk/bsd.options.mk')
-rw-r--r--mk/bsd.options.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index 6a0a7ea33ef..2763ad8284a 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.3 2004/08/04 23:25:14 jlam Exp $
+# $NetBSD: bsd.options.mk,v 1.4 2004/08/05 02:10:20 jlam Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
@@ -158,11 +158,6 @@ PKG_FAIL_REASON+= "\"${_opt_}\" is not a supported build option."
. endif
.endfor
-# Store the result in the +BUILD_INFO file so we can query for the build
-# options using "pkg_info -Q PKG_OPTIONS <pkg>".
-#
-BUILD_DEFS+= PKG_OPTIONS
-
.PHONY: pre-install-depends supported-options-message
pre-install-depends: supported-options-message
.if !defined(PKG_SUPPORTED_OPTIONS)