diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-11-06 14:31:58 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-11-06 15:20:52 +0000 |
| commit | 87121747de001666a42bb2e7ba824331280d226a (patch) | |
| tree | ad19172d9d7bfaa4e5feaec8d451718e0be96a07 /libexec | |
| parent | 8a8f2ebd2d3e09cfc057b5ba6ced2fd3151cfb0f (diff) | |
periodic: Move 320.whatis to the mandoc package
This periodic script only makes sense if mandoc is installed, so move
it to the mandoc package like other periodic scripts.
/usr/libexec/makewhatis.local only exists for the enjoyment of this
script, and doesn't work without mandoc installed, so move that as
well.
This change moves files between packages so, until we have a proper
policy on how to handle this in release/stable branches, it should
not be MFC'd.
MFC after: never
Reviewed by: ziaee, manu
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53609
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/makewhatis.local/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/makewhatis.local/Makefile b/libexec/makewhatis.local/Makefile index 765036623d49..b541dc8e4de1 100644 --- a/libexec/makewhatis.local/Makefile +++ b/libexec/makewhatis.local/Makefile @@ -1,3 +1,4 @@ +PACKAGE= mandoc SCRIPTS= makewhatis.local.sh MAN= makewhatis.local.8 SCRIPTSDIR= ${LIBEXECDIR} |
