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) --- math/kig/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'math/kig') diff --git a/math/kig/Makefile b/math/kig/Makefile index 36912f3562db..1072b4857d2c 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,9 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive geometry application -- cgit v1.2.3