pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fix variable names in usage example.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98e312d6e9b1
branches:  trunk
changeset: 495190:98e312d6e9b1
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jun 04 10:11:24 2005 +0000

description:
Fix variable names in usage example.

diffstat:

 mk/bsd.options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 6f04bf2c1b2f -r 98e312d6e9b1 mk/bsd.options.mk
--- a/mk/bsd.options.mk Sat Jun 04 09:36:23 2005 +0000
+++ b/mk/bsd.options.mk Sat Jun 04 10:11:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.35 2005/06/03 14:25:47 dillo Exp $
+# $NetBSD: bsd.options.mk,v 1.36 2005/06/04 10:11:24 seb Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -71,8 +71,8 @@
 # -------------8<-------------8<-------------8<-------------8<-------------
 # PKG_OPTIONS_VAR=             PKG_OPTIONS.wibble
 # PKG_SUPPORTED_OPTIONS=       wibble-foo ldap sasl
-# 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_VARS+=    WIBBLE_USE_SASL2:sasl



Home | Main Index | Thread Index | Old Index