pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jun  6 19:02:55 UTC 2020

Modified Files:
        pkgsrc/mk: bsd.options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/mk/bsd.options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/bsd.options.mk
diff -u pkgsrc/mk/bsd.options.mk:1.76 pkgsrc/mk/bsd.options.mk:1.77
--- pkgsrc/mk/bsd.options.mk:1.76       Sun May  3 18:45:28 2020
+++ pkgsrc/mk/bsd.options.mk    Sat Jun  6 19:02:55 2020
@@ -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