packages: Move kernel-man to the minimal set

Currently this is in the "kernels" set, which doesn't make sense
because it's not a kernel.

Move it to the "minimal" set, on the basis that minimal already includes
a bunch of manpages, and a user who installs with minimal expects that
e.g. "man ix" will work.

MFC after:	3 seconds
Reported by:	des
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D52560
This commit is contained in:
Lexi Winter
2025-09-17 21:13:04 +01:00
parent 9537aa02f4
commit a2783fb754
+5
View File
@@ -1,5 +1,10 @@
comment = "Kernel manual pages"
desc = <<EOD
Manual pages for kernel interfaces and drivers (section 4) and the kernel
developer manual pages (section 9).
EOD
annotations {
set = "minimal"
}