diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-08 22:36:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-08 22:36:52 +0000 |
commit | 774ace527b7e590e64b3f1d6ba05def8751d3ba0 (patch) | |
tree | 9c49074fd1123790bf0addd00c14019abb9714ba /mk | |
parent | 21ebddca7ee3a9262347b8ae2eef39302ff80844 (diff) | |
download | pkgsrc-774ace527b7e590e64b3f1d6ba05def8751d3ba0.tar.gz |
Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk index 7716ef4e9ed..b377df196e2 100644 --- a/mk/bsd.options.mk +++ b/mk/bsd.options.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.options.mk,v 1.39 2005/06/08 16:19:08 dillo Exp $ +# $NetBSD: bsd.options.mk,v 1.40 2005/06/08 22:36:52 wiz Exp $ # # This Makefile fragment provides boilerplate code for standard naming # conventions for handling per-package build options. @@ -11,7 +11,7 @@ # # PKG_SUPPORTED_OPTIONS= kerberos ldap ssl # -# PKG_OPTION_VAR (must be defined) +# PKG_OPTIONS_VAR (must be defined) # The variable the user can set to enable or disable # options specifically for this package. # |