diff options
author | adridg <adridg@FreeBSD.org> | 2018-05-03 20:32:29 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-05-03 20:32:29 +0800 |
commit | 1a2a8abf6056c59f96dbac8527861b855cedcd7a (patch) | |
tree | 81f06faa313dd0352263caa8825f2aff6b1e1c38 /x11 | |
parent | d55cad29597785f5ed88291f73a59500c5d493ca (diff) | |
download | freebsd-ports-gnome-1a2a8abf6056c59f96dbac8527861b855cedcd7a.tar.gz freebsd-ports-gnome-1a2a8abf6056c59f96dbac8527861b855cedcd7a.tar.zst freebsd-ports-gnome-1a2a8abf6056c59f96dbac8527861b855cedcd7a.zip |
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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4/Makefile | 2 | ||||
-rw-r--r-- | x11/kde5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index a8e1944a1ad7..869b04241e15 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 77cc22fa6b78..bf93841a75f2 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 |