libutil++: Move to clibs

This library only installs manual pages, so putting it in its own
package means we build a FreeBSD-libutil++-man package but not a
base FreeBSD-libutil++ package.  Without a base package, the man
package can't be installed due to the missing dependency.

We don't really need a separate package for a few manpages, so move
it to clibs.

Reviewed by:		des
Differential Revision:	https://reviews.freebsd.org/D51756
This commit is contained in:
Lexi Winter 2025-08-08 16:14:07 +01:00
parent 2fb03d6c11
commit f4fd2aa07c
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
PACKAGE= lib${LIB}
PACKAGE= clibs
LIB_CXX= util++
INTERNALLIB= true
SHLIB_MAJOR= 1

View file

@ -1,4 +0,0 @@
comment = "C++ utility library"
desc = <<EOD
libutil++ contains various C++ utility classes used by the base system.
EOD