Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/bsd.options.mk: document variables in the canoni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c938b6c56d3
branches:  trunk
changeset: 433652:7c938b6c56d3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jun 06 19:02:55 2020 +0000

description:
mk/bsd.options.mk: document variables in the canonical order

diffstat:

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

diffs (29 lines):

diff -r 6305df1edbda -r 7c938b6c56d3 mk/bsd.options.mk
--- a/mk/bsd.options.mk Sat Jun 06 14:32:50 2020 +0000
+++ b/mk/bsd.options.mk Sat Jun 06 19:02:55 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index