summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb>2005-06-04 10:11:24 +0000
committerseb <seb>2005-06-04 10:11:24 +0000
commit5854ff870751d827392b2377dea7de53ce281256 (patch)
treeb2523d6c25b51914c130d3c81742d7fcf4e408d2
parent871079138e286c1f26d091c14b7ac0a8bb84a933 (diff)
downloadpkgsrc-5854ff870751d827392b2377dea7de53ce281256.tar.gz
Fix variable names in usage example.
-rw-r--r--mk/bsd.options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index 0e9b2fd5f18..817d54a5960 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -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