diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-07-20 09:29:59 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-07-20 09:29:59 +0000 |
commit | 34df8bdb318a64e07f58f319475e4df6e49ccc6b (patch) | |
tree | 4492808b321fdee29c5686531dc5055cf87a975c | |
parent | x11-wm/swm: Mark broken and deprecated (diff) |
Remove redundant kld from CATEGORIES if a port uses kmod.
"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set
CATEGORIES to kld explicitly.
PR: 228543
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16359
Notes
Notes:
svn path=/head/; revision=474998
-rw-r--r-- | graphics/drm-next-kmod/Makefile | 2 | ||||
-rw-r--r-- | graphics/drm-stable-kmod/Makefile | 2 | ||||
-rw-r--r-- | graphics/gpu-firmware-kmod/Makefile | 2 | ||||
-rw-r--r-- | multimedia/pwcbsd/Makefile | 2 | ||||
-rw-r--r-- | net/userfw/Makefile | 2 | ||||
-rw-r--r-- | sysutils/scprotect/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/drm-next-kmod/Makefile b/graphics/drm-next-kmod/Makefile index 2dd63c71fa15..f8f039ce1488 100644 --- a/graphics/drm-next-kmod/Makefile +++ b/graphics/drm-next-kmod/Makefile @@ -4,7 +4,7 @@ PORTNAME= drm-next-kmod PORTVERSION= 4.11.g20180619 PORTREVISION= 1 -CATEGORIES= graphics kld +CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components diff --git a/graphics/drm-stable-kmod/Makefile b/graphics/drm-stable-kmod/Makefile index 3371a7fa19fd..ea636a4e18c1 100644 --- a/graphics/drm-stable-kmod/Makefile +++ b/graphics/drm-stable-kmod/Makefile @@ -4,7 +4,7 @@ PORTNAME= drm-stable-kmod PORTVERSION= g20180619 PORTREVISION= 1 -CATEGORIES= graphics kld +CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile index e6dc9b50962b..7bc565318754 100644 --- a/graphics/gpu-firmware-kmod/Makefile +++ b/graphics/gpu-firmware-kmod/Makefile @@ -4,7 +4,7 @@ PORTNAME= gpu-firmware-kmod PORTVERSION= g20180319 PORTREVISION= 1 -CATEGORIES= graphics kld +CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= Firmware modules for the linuxkpi-based KMS components diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index e1ac9d573419..14cc01964edb 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -4,7 +4,7 @@ PORTNAME= pwcbsd PORTVERSION= 1.4.1 PORTREVISION= 12 -CATEGORIES= multimedia sysutils kld +CATEGORIES= multimedia sysutils MASTER_SITES= http://raaf.atspace.org/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ \ LOCAL/miwi diff --git a/net/userfw/Makefile b/net/userfw/Makefile index 8a607fc87d49..725cc975c469 100644 --- a/net/userfw/Makefile +++ b/net/userfw/Makefile @@ -4,7 +4,7 @@ PORTNAME= userfw PORTVERSION= 0.1.3 PORTREVISION= 1 -CATEGORIES= net kld +CATEGORIES= net MASTER_SITES= http://userfw.net/files/release/ \ http://imax.in.ua/files/ \ http://projects.ukrweb.net/files/ diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile index 542498cfae58..ebc0d6c79994 100644 --- a/sysutils/scprotect/Makefile +++ b/sysutils/scprotect/Makefile @@ -3,7 +3,7 @@ PORTNAME= scprotect PORTVERSION= 20091116 -CATEGORIES= sysutils kld +CATEGORIES= sysutils MASTER_SITES= http://dindin.ru/download/ MAINTAINER= ports@FreeBSD.org |