From 9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082 Mon Sep 17 00:00:00 2001 From: tcberner 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) --- comms/kremotecontrol/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comms') diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 6efd20d92055..fa247ed68226 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -2,9 +2,7 @@ PORTNAME= kremotecontrol PORTVERSION= ${KDE4_VERSION} -CATEGORIES= comms kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= comms kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE frontend for your remote controls -- cgit