aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
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 /x11-drivers
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 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-vmmouse/Makefile2
-rw-r--r--x11-drivers/xf86-video-intel/Makefile2
-rw-r--r--x11-drivers/xf86-video-vmware/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-vmmouse/Makefile b/x11-drivers/xf86-input-vmmouse/Makefile
index 5d8a6fbd37ab..9ba1fc8afda7 100644
--- a/x11-drivers/xf86-input-vmmouse/Makefile
+++ b/x11-drivers/xf86-input-vmmouse/Makefile
@@ -11,6 +11,6 @@ COMMENT= X.Org vmmouse input driver
USES= gmake xorg-cat:driver
ONLY_FOR_ARCHS= i386 amd64
-ONLY_FOR_ARCHS_REASON= The vmmouse protocol is only supported on x86-compatible architectures.
+ONLY_FOR_ARCHS_REASON= vmmouse protocol is only supported on x86-compatible architectures
.include <bsd.port.mk>
diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile
index 3a27beba3c47..629f3ed6fe4e 100644
--- a/x11-drivers/xf86-video-intel/Makefile
+++ b/x11-drivers/xf86-video-intel/Makefile
@@ -14,7 +14,7 @@ LICENSE= MIT # various
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= Only Intel integrated GPUs on x86 are supported
+ONLY_FOR_ARCHS_REASON= only Intel integrated GPUs on x86 are supported
LIB_DEPENDS= libdrm_intel.so:graphics/libdrm
diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile
index 0d5a14230e49..88e0f7145e61 100644
--- a/x11-drivers/xf86-video-vmware/Makefile
+++ b/x11-drivers/xf86-video-vmware/Makefile
@@ -10,7 +10,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= amd64 i386
-ONLY_FOR_ARCHS_REASON= The vmware gfx protocol is only supported on x86-compatible architectures.
+ONLY_FOR_ARCHS_REASON= vmware gfx protocol is only supported on x86-compatible architectures
USES= xorg-cat:driver