https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262886

--- Comment #3 from Adriaan de Groot <[email protected]> ---
>From CHANGES:

20200115:
AUTHOR: [email protected]

  ${PREFIX}/share/man is now a valid location for manpages ${PREFIX}/man being
  considered as deprecated.

This CMake update lands that as default for CMake-based ports, but that
**does** bring huge plist-changes to all consumers. I don't see a good way to
do that in small batches: zziplib, for instance, needs to have share/ inserted
in the plist. We could do some prepwork, I guess, before updating CMake by
doing some plist-substitution tricks: maybe substitute CMAKEMAN -> man/ right
now (set in cmake.mk), and land that for all cmake-consumers individually, then
with the CMake update change the substitution to CMAKEMAN -> share/man/ ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to