Subject: CVS commit: pkgsrc/misc/vym
From: Nia Alarie
Date: 2024-12-18 13:31:30
Message id: 20241218123131.0FDACFC1D@cvs.NetBSD.org

Log Message:
vym: Fix portability of man page installation.

This package actually honours PKGMANDIR and uses CMAKE_INSTALL_MANDIR
in the upstream code, but this was negated in several SUBSTs that
were inserted into the package Makefile, resulting in installation
failing on anything where PKGMANDIR isn't "man" (most things other
than NetBSD use "share/man").

Remove the SUBSTs and fix installation in another way.

See the pkgsrc guide for information on how MANCOMPRESSED can
handle .gz man pages automatically.

Files:
RevisionActionfile
1.87modifypkgsrc/misc/vym/Makefile
1.14modifypkgsrc/misc/vym/distinfo
1.1addpkgsrc/misc/vym/patches/patch-CMakeLists.txt