diff options
author | cube <cube> | 2005-08-29 22:43:11 +0000 |
---|---|---|
committer | cube <cube> | 2005-08-29 22:43:11 +0000 |
commit | 241e0dc6d284a8c0fed76cfc649801d64024819f (patch) | |
tree | aed5791c8b9e6e60279fbeb59ddc6ec2a016b32b /doc/guide | |
parent | 8951eea5fbb72660c8abc98f07c13ceaf686ae9d (diff) | |
download | pkgsrc-241e0dc6d284a8c0fed76cfc649801d64024819f.tar.gz |
Fix bogus variable names in the options framework example.
From Aron Stansvik.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/options.xml | 6 |
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 |