Skip to content

Commit

Permalink
KDE Frameworks: remove stale DOCS option and CONFLICTS
Browse files Browse the repository at this point in the history
Some of the PIM-related frameworks still have CONFLICTS
that are KDE4-era. Remove those. Also drop the DOCS option
because these frameworks do not have documentation.
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Apr 22, 2021
1 parent 76a039f commit 5ac58ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
6 changes: 1 addition & 5 deletions net/kf5-kcalendarcore/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= kcalendarcore
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks

Expand All @@ -19,8 +19,4 @@ USE_LDCONFIG= yes

DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr

OPTIONS_DEFINE= DOCS

CONFLICTS_INSTALL= kcalcore-1*

.include <bsd.port.mk>
5 changes: 1 addition & 4 deletions net/kf5-kcontacts/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kcontacts
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks

Expand All @@ -19,8 +20,4 @@ USE_LDCONFIG= yes

DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr

OPTIONS_DEFINE= DOCS

CONFLICTS_INSTALL= kcontacts-1*

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions net/kf5-kdav/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kdav
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks

Expand All @@ -14,6 +15,4 @@ USE_LDCONFIG= yes

DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>
3 changes: 1 addition & 2 deletions net/kf5-syndication/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= syndication
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= net kde kde-frameworks

Expand All @@ -14,6 +15,4 @@ USE_QT= core gui xml \
buildtools_build qmake_build
USE_LDCONFIG= yes

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>

0 comments on commit 5ac58ed

Please sign in to comment.