summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2005-08-29 22:43:11 +0000
committercube <cube@pkgsrc.org>2005-08-29 22:43:11 +0000
commit145d1272e008fd2600ba001ea1f1118a89844194 (patch)
treeaed5791c8b9e6e60279fbeb59ddc6ec2a016b32b
parent88c7f3b534e9482f87ae6a1bc84fa15fafdce227 (diff)
downloadpkgsrc-145d1272e008fd2600ba001ea1f1118a89844194.tar.gz
Fix bogus variable names in the options framework example.
From Aron Stansvik.
-rw-r--r--doc/guide/files/options.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml
index fdbc92cf0e2..508c9eac3bc 100644
--- a/doc/guide/files/options.xml
+++ b/doc/guide/files/options.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: options.xml,v 1.10 2005/07/26 09:37:50 dillo Exp $ -->
+<!-- $NetBSD: options.xml,v 1.11 2005/08/29 22:43:11 cube Exp $ -->
<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
@@ -38,8 +38,8 @@ main package <filename>Makefile</filename>.</para>
<programlisting>
PKG_OPTIONS_VAR= PKG_OPTIONS.wibble
PKG_SUPPORTED_OPTIONS= wibble-foo ldap
-PKG_OPTIONAL_GROUPS= database
-PKG_GROUP.database= mysql pgsql
+PKG_OPTIONS_OPTIONAL_GROUPS= database
+PKG_OPTIONS_GROUP.database= mysql pgsql
PKG_SUGGESTED_OPTIONS= wibble-foo
PKG_OPTIONS_LEGACY_VARS+= WIBBLE_USE_OPENLDAP:ldap
PKG_OPTIONS_LEGACY_OPTS+= foo:wibble-foo