diff options
author | wiz <wiz> | 2005-07-28 13:22:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-28 13:22:08 +0000 |
commit | be50c5d24d2262e7048d3553ef9a7de8d25e9a96 (patch) | |
tree | c9bf18a6178bbe77e637a185db9760362e6202c2 /mk/bsd.options.mk | |
parent | 61f5ae6cb3ddbd2b489d15e6b8ced24fae783f3b (diff) | |
download | pkgsrc-be50c5d24d2262e7048d3553ef9a7de8d25e9a96.tar.gz |
Fix typo in comment, from Leonard Schmidt via tech-pkg.
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 c6d8c9270c1..4344d7b302b 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.46 2005/07/26 16:09:34 dillo Exp $ +# $NetBSD: bsd.options.mk,v 1.47 2005/07/28 13:22:08 wiz Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -22,7 +22,7 @@ # setting of any option from the group takes precedence # over all other options in the group. Options from # the groups will be automatically added to -# PKG_SUPPORTED_OPTOINS. +# PKG_SUPPORTED_OPTIONS. # # PKG_OPTIONS_REQUIRED_GROUPS # Like PKG_OPTIONS_OPTIONAL_GROUPS, but building @@ -158,7 +158,7 @@ PKG_OPTIONS= #empty .else # process the rest of the file # -# create map of option to group and add group options to PKG_SUPPORTED_OPTOINS +# create map of option to group and add group options to PKG_SUPPORTED_OPTIONS # .for _grp_ in ${PKG_OPTIONS_OPTIONAL_GROUPS} ${PKG_OPTIONS_REQUIRED_GROUPS} _PKG_OPTIONS_GROUP_STACK.${_grp_}:=#empty |