CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/08/31 04:47:02
Added files:
math/calc/patches: patch-Makefile
Log message:
use man -l to cope with the recent change to man(1) where "man
/path/to/file" is no longer implicitly treated as a request to format
the specified file. (other common man(1) implementations look for / in
the argument to decide whether to treat as a file).
diff from tb@; schwarze@ proposed an alternative (passing MAN=mandoc),
but this version is safer if upstream change things in a future version.