aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-04-21 14:31:16 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-04-22 07:25:15 +0000
commitf365336113039825140dd68ddb69340a5ecf0ab4 (patch)
tree8453006d8feee5ecfef67ed4fa7261312bf95880 /net-im
parent5ac58edc57f032444d53c11d8381022f2e4c997b (diff)
downloadports-f365336113039825140dd68ddb69340a5ecf0ab4.tar.gz
ports-f365336113039825140dd68ddb69340a5ecf0ab4.zip
KDE Applications: sanitize DOCS option
If a port has no documentation, it doesn't need a DOCS option (which turns on, or off, exactly an empty set of documentation). This is now handled correctly by kde.mk since ports 620d7678c8. KDE **applications** with a DOCS option get doctools_build added for free; this covers the majority of KDE-things-with documentation. Note that DOCS isn't expected to **change** anything: most of the ports that have (or had) that option didn't do anything with it and always built the docs anyway. PR: 255260 Reported by: Naram Qashat
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kaccounts-integration/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile
index 8c45983e15f5..cd5ef38774a2 100644
--- a/net-im/kaccounts-integration/Makefile
+++ b/net-im/kaccounts-integration/Makefile
@@ -20,6 +20,4 @@ USE_KDE= auth codecs config configwidgets coreaddons dbusaddons ecm \
USE_QT= dbus core declarative gui network widgets xml \
buildtools_build qmake_build
-OPTIONS_DEFINE= DOCS
-
.include <bsd.port.mk>