https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270408
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org Status|New |Open --- Comment #1 from Adriaan de Groot <adr...@freebsd.org> --- Can't reproduce with a local build. What I see in your log is the manpage is being installed as planned, ``` -- Installing: /usr/ports/graphics/poppler-utils/work/stage/usr/local/man/man1/pdftotext.1 ``` but then isn't being compressed, so that the plist check fails, ``` pkg-static: Unable to access file /usr/ports/graphics/poppler-utils/work/stage/usr/local/share/man/man1/pdftotext.1.gz:No such file or directory ``` Do you see it now, too? /usr/local/share/man vs. /usr/local/man . This changed with CMake 3.23. What version are you using? Do you have a special setting for CMAKE_INSTALL_MANDIR? -- You are receiving this mail because: You are the assignee for the bug.