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:   gutteridge
Date:           Fri Jun 11 20:21:02 UTC 2021

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

Log Message:
bsd.options.mk: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 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.78 pkgsrc/mk/bsd.options.mk:1.79
--- pkgsrc/mk/bsd.options.mk:1.78       Sat Jun  6 19:09:37 2020
+++ pkgsrc/mk/bsd.options.mk    Fri Jun 11 20:21:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.options.mk,v 1.78 2020/06/06 19:09:37 rillig Exp $
+# $NetBSD: bsd.options.mk,v 1.79 2021/06/11 20:21:01 gutteridge Exp $
 #
 # This Makefile fragment provides boilerplate code for standard naming
 # conventions for handling per-package build options.
@@ -53,7 +53,7 @@
 #              A list of options implied by deprecated variables
 #              used.  This can be used for cases that neither
 #              PKG_OPTIONS_LEGACY_VARS nor PKG_OPTIONS_LEGACY_OPTS
-#              can handle, e. g. when PKG_OPTIONS_VAR is renamed.
+#              can handle, e.g., when PKG_OPTIONS_VAR is renamed.
 #
 #      PKG_OPTIONS_DEPRECATED_WARNINGS
 #              A list of warnings about deprecated variables or



Home | Main Index | Thread Index | Old Index