summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-06-06 19:02:55 +0000
committerrillig <rillig@pkgsrc.org>2020-06-06 19:02:55 +0000
commit67bba3398c639a12663fb8e80bbc80dde0c5e2fc (patch)
treebf086e86c98361fd7035b5624a4202c05dfd150c /mk
parentcb3af997f263f5615b041f9df4147baea3450405 (diff)
downloadpkgsrc-67bba3398c639a12663fb8e80bbc80dde0c5e2fc.tar.gz
mk/bsd.options.mk: document variables in the canonical order
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.options.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.options.mk b/mk/bsd.options.mk
index d0abd4078a9..87778942219 100644
--- a/mk/bsd.options.mk
+++ b/mk/bsd.options.mk
@@ -1,20 +1,20 @@
-# $NetBSD: bsd.options.mk,v 1.76 2020/05/03 18:45:28 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.77 2020/06/06 19:02:55 rillig Exp $
#
# This Makefile fragment provides boilerplate code for standard naming
# conventions for handling per-package build options.
#
# Before including this file, the following variables can be defined:
#
+# PKG_OPTIONS_VAR (must be defined)
+# The variable the user can set to enable or disable
+# options specifically for this package.
+#
# PKG_SUPPORTED_OPTIONS
# This is a list of build options supported by the package.
# This variable should be set in a package Makefile. E.g.,
#
# PKG_SUPPORTED_OPTIONS= kerberos ldap ssl
#
-# PKG_OPTIONS_VAR (must be defined)
-# The variable the user can set to enable or disable
-# options specifically for this package.
-#
# PKG_OPTIONS_OPTIONAL_GROUPS
# This is a list of names of groups of mutually exclusive
# options. The options in each group are listed in