pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Fix bogus variable names in the option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7b5cad487b2
branches:  trunk
changeset: 498675:b7b5cad487b2
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Aug 29 22:43:11 2005 +0000

description:
Fix bogus variable names in the options framework example.
>From Aron Stansvik.

diffstat:

 doc/guide/files/options.xml |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r be7bf55a7ab9 -r b7b5cad487b2 doc/guide/files/options.xml
--- a/doc/guide/files/options.xml       Mon Aug 29 20:54:59 2005 +0000
+++ b/doc/guide/files/options.xml       Mon Aug 29 22:43:11 2005 +0000
@@ -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 @@
 <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



Home | Main Index | Thread Index | Old Index