aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
author0mp <0mp@FreeBSD.org>2018-07-20 17:29:59 +0800
committer0mp <0mp@FreeBSD.org>2018-07-20 17:29:59 +0800
commit71707ad3110cf6b31f9a76365c8d6305b7f42afd (patch)
tree4492808b321fdee29c5686531dc5055cf87a975c /sysutils
parentf9702fe08be7f5107045e8c8a13f93c64bb7a2bd (diff)
downloadfreebsd-ports-gnome-71707ad3110cf6b31f9a76365c8d6305b7f42afd.tar.gz
freebsd-ports-gnome-71707ad3110cf6b31f9a76365c8d6305b7f42afd.tar.zst
freebsd-ports-gnome-71707ad3110cf6b31f9a76365c8d6305b7f42afd.zip
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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/scprotect/Makefile2
1 files changed, 1 insertions, 1 deletions
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