git: bdc3d57d5398 - main - Mk/bsd.options.mk: Fix typos in comment
Tobias Kortkamp
tobik at FreeBSD.org
Wed Apr 21 10:58:33 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bdc3d57d5398e177eb955923c15f62ad753c1c4d
commit bdc3d57d5398e177eb955923c15f62ad753c1c4d
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-04-21 10:39:09 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-04-21 10:57:22 +0000
Mk/bsd.options.mk: Fix typos in comment
---
Mk/bsd.options.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk
index 11e04af6e8ce..99a3275b05eb 100644
--- a/Mk/bsd.options.mk
+++ b/Mk/bsd.options.mk
@@ -1,7 +1,7 @@
# These variables are used in port makefiles to define the options for a port.
#
-# OPTIONS_DEFINE - List of options this ports accept
-# OPTIONS_DEFINE_${ARCH} - List of options this ports accept and are
+# OPTIONS_DEFINE - List of options this port accepts
+# OPTIONS_DEFINE_${ARCH} - List of options this port accepts and are
# specific to ${ARCH}
# OPTIONS_DEFAULT - List of options activated by default
# OPTIONS_DEFAULT_${ARCH} - List of options activated by default for a
More information about the dev-commits-ports-all
mailing list