aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-10-29 20:02:01 +0800
committerrakuco <rakuco@FreeBSD.org>2016-10-29 20:02:01 +0800
commite9dc86dc49aa2e38ad257ecb938a6daba7bb6fab (patch)
treec153b52a6fc6027db2f399e5edd892364cd8cdb8 /Mk/Uses
parent9b5b3743eb42d23826d233322ffd4042487eace3 (diff)
downloadfreebsd-ports-gnome-e9dc86dc49aa2e38ad257ecb938a6daba7bb6fab.tar.gz
freebsd-ports-gnome-e9dc86dc49aa2e38ad257ecb938a6daba7bb6fab.tar.zst
freebsd-ports-gnome-e9dc86dc49aa2e38ad257ecb938a6daba7bb6fab.zip
kde.mk: Further cosmetic cleanups
Remove some extra tabs/spaces, fix typos in comments and refer to the right variables in the comments.
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/kde.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk
index 256a3e315531..0dbc952882da 100644
--- a/Mk/Uses/kde.mk
+++ b/Mk/Uses/kde.mk
@@ -80,7 +80,7 @@ KTP_BRANCH?= stable
KDE_PREFIX= ${LOCALBASE}
# ==============================================================================
-# === _KDE_DIST HANDLING -- SETTING DEFAULT VALUES =============================
+# === CATEGORIES HANDLING -- SETTING DEFAULT VALUES ============================
# Doing MASTER_SITES magic based on the category of the port
_KDE_CATEGORIES_SUPPORTED= kde-kde4
. for cat in ${_KDE_CATEGORIES_SUPPORTED}
@@ -94,15 +94,15 @@ IGNORE?= cannot be installed: multiple kde-<...> categories specified via CATEGO
. endfor
. if defined(_KDE_CATEGORY)
-# KDE is normally licencensed LGPL 2.0.
+# KDE is normally licensed under the LGPL 2.0.
LICENSE?= LGPL20
# Set CPE Vendor Information
-# As KDE_DIST is set we can assume it is port release by KDE and the vendor
-# is therefore kde.
+# As _KDE_CATEGORY is set we can assume it is port release by KDE and the
+# vendor is therefore kde.
CPE_VENDOR?= kde
-. if ${_KDE_CATEGORY:Mkde-kde4}
+. if ${_KDE_CATEGORY:Mkde-kde4}
PORTVERSION?= ${KDE4_VERSION}
MASTER_SITES?= KDE/${KDE4_BRANCH}/${KDE4_VERSION}/src
DIST_SUBDIR?= KDE/${KDE4_VERSION}
@@ -153,7 +153,7 @@ PLIST_SUB+= PYCACHE="" \
PYO_SUFFIX=pyo
. endif
# ==============================================================================
-_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \
+_USE_KDE4_ALL= baloo baloo-widgets baseapps kactivities kate kdelibs \
kfilemetadata korundum libkcddb libkcompactdisc \
libkdcraw libkdeedu libkdegames libkexiv2 libkipi \
libkonq libksane marble nepomuk-core nepomuk-widgets \