aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-25 12:58:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-25 12:58:29 +0000
commit61b661339366b6ee95ca1de0667979da9240c6b8 (patch)
tree0be71850bf09e9ab983b9c1f6df44b15aa8c0ecd /comms
parent13c431b0bfec55991792bb215e463584c2fc243d (diff)
downloadports-61b661339366b6ee95ca1de0667979da9240c6b8.tar.gz
ports-61b661339366b6ee95ca1de0667979da9240c6b8.zip
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should start with lower-case letter and not end with a period which is added by the framework, similar to other knobs like BROKEN, IGNORE, et al. While here, remove needless quoting, add missing Oxford comma, expand contractions and jargonisms, use correct spelling for proper names.
Diffstat (limited to 'comms')
-rw-r--r--comms/syncterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/syncterm/Makefile b/comms/syncterm/Makefile
index 57cd6c4bf6d7..8919855499a5 100644
--- a/comms/syncterm/Makefile
+++ b/comms/syncterm/Makefile
@@ -42,6 +42,6 @@ SDL_MAKE_ARGS= USE_SDL=1
SDL_MAKE_ARGS_OFF= WITHOUT_SDL=1
ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64 and powerpc*
+ONLY_FOR_ARCHS_REASON= does not configure except on i386, amd64, and powerpc*
.include <bsd.port.mk>