From 1a2a8abf6056c59f96dbac8527861b855cedcd7a Mon Sep 17 00:00:00 2001 From: adridg Date: Thu, 3 May 2018 12:32:29 +0000 Subject: Correct comment on the two top-level KDE ports: - indicate that the KDE4 metaport is legacy - there is no KDE5, so don't call it that in the comment even if the port *is* named suggestively (for that matter, Software Collection was never intended to be used in public communication either). Approved by: tcberner (mentor, implicit) --- x11/kde4/Makefile | 2 +- x11/kde5/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index a8e1944a1ad..869b04241e1 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= x11 kde MAINTAINER= kde@FreeBSD.org -COMMENT= KDE Software Compilation 4 (meta port) +COMMENT= KDE Software Compilation 4 (legacy) USES= kde:4 metaport USE_KDE= baseapps_run runtime_run workspace_run diff --git a/x11/kde5/Makefile b/x11/kde5/Makefile index 77cc22fa6b7..bf93841a75f 100644 --- a/x11/kde5/Makefile +++ b/x11/kde5/Makefile @@ -5,7 +5,7 @@ DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION} CATEGORIES= x11 kde # kde-plasma MAINTAINER= kde@FreeBSD.org -COMMENT= KDE5 meta port +COMMENT= KDE Plasma Desktop and Applications (current) LICENSE= LGPL20 -- cgit