From 1d16d53e1969b863bdd920df99f83d588e838084 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 18 Oct 2016 17:22:35 +0000 Subject: Introduce new extensible virtual categories for KDE A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are released as a bundle upstream, however, there was not really a clean way to share this information. Using these new categories, we can simplify the Makefiles for the diverse KDE ports. At the moment we support the virtual category * kde-kde4 In the future, this will be extended to * kde-frameworks * kde-plasma * kde-applications PR: 213406 Differential Revision: https://reviews.freebsd.org/D7645 Exp-run by : antoine Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) --- net/krdc/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/krdc') diff --git a/net/krdc/Makefile b/net/krdc/Makefile index 6f7e85aa9bda..32e5e4494608 100644 --- a/net/krdc/Makefile +++ b/net/krdc/Makefile @@ -3,9 +3,7 @@ PORTNAME= krdc PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= net kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= net kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= RDP and VNC client for KDE -- cgit v1.2.3