diff options
author | jlam <jlam> | 2004-08-22 19:42:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-22 19:42:10 +0000 |
commit | c66f057fbc7253b5687a9d8e939c2a2636b46f11 (patch) | |
tree | 564180489a632a6904990e8b2d6923ec799b4f08 /mk/bsd.options.mk | |
parent | b1276828b47cd0e050c7db6a6dd702ffc806f96a (diff) | |
download | pkgsrc-c66f057fbc7253b5687a9d8e939c2a2636b46f11.tar.gz |
Match documentation to reality to reflect recent change in semantics for
PKG_DEFAULT_OPTIONS.
Diffstat (limited to 'mk/bsd.options.mk')
-rw-r--r-- | mk/bsd.options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index 7fe6e367530..64b1ffa5a37 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.7 2004/08/22 19:32:52 jlam Exp $ +# $NetBSD: bsd.options.mk,v 1.8 2004/08/22 19:42:10 jlam Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -69,12 +69,12 @@ # # PKG_OPTIONS_VAR= PKG_OPTIONS.wibble # PKG_SUPPORTED_OPTIONS= ldap sasl -# +# # # # Default options for ``wibble'' package. +# # # .if !defined(PKG_OPTIONS.wibble) # PKG_DEFAULT_OPTIONS+= sasl # endif -# # .include "../../mk/bsd.options.mk" # # # Package-specific option-handling |