diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-28 13:22:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-28 13:22:08 +0000 |
commit | a6c70eb6d74f13ee27e56145d6de0bdba419747a (patch) | |
tree | c9bf18a6178bbe77e637a185db9760362e6202c2 /mk | |
parent | 5adb1051a7f61890f7c8423e34dec5b5989f409e (diff) | |
download | pkgsrc-a6c70eb6d74f13ee27e56145d6de0bdba419747a.tar.gz |
Fix typo in comment, from Leonard Schmidt via tech-pkg.
Diffstat (limited to '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 |