diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-10-25 12:58:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-10-25 12:58:29 +0000 |
commit | 61b661339366b6ee95ca1de0667979da9240c6b8 (patch) | |
tree | 0be71850bf09e9ab983b9c1f6df44b15aa8c0ecd /databases/clickhouse | |
parent | 13c431b0bfec55991792bb215e463584c2fc243d (diff) |
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 'databases/clickhouse')
-rw-r--r-- | databases/clickhouse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile index 0e224cac89b1..e443c0544ed0 100644 --- a/databases/clickhouse/Makefile +++ b/databases/clickhouse/Makefile @@ -12,7 +12,7 @@ COMMENT= Fast open-source OLAP database management system LICENSE= APACHE20 ONLY_FOR_ARCHS= amd64 -ONLY_FOR_ARCHS_REASON= "Only supported on amd64" +ONLY_FOR_ARCHS_REASON= only supported on amd64 BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash |