Created attachment 181926 [details] Changes destination of manpage in CMakeLists.txt Port installs man page in /usr/local/share/man/man1 instead of /usr/share/man/man1. As a result, running: % man dspdfviewer fails to display the man page. Attached there is a patch to CMakeLists.txt that places the man page in /usr/share/man/man1.
I'll take this one. Santhosh has another patch coming up. I'll commit both at the same time to avoid repo churn.
A commit references this bug: Author: philip Date: Sat Apr 29 10:26:24 UTC 2017 New revision: 439745 URL: https://svnweb.freebsd.org/changeset/ports/439745 Log: - Fix build with LLVM 4.0 on HEAD - Install manpage in the correct place [1] (bump PORTREVISION to reinstall package) PR: 218767 Submitted by: caso.ramiro@gmail.com [1] Santhosh Raju <santhosh.raju@gmail.com> (maintainer) Changes: head/graphics/dspdfviewer/Makefile head/graphics/dspdfviewer/files/ head/graphics/dspdfviewer/files/patch-CMakeLists.txt
Committed. Thanks!