Created attachment 151800 [details] install discount manpages as symlinks textproc/discount installs a number of broken manpages, such as: [adamw@apnoea ~] man mkd_css <standard input>:2: can't open `man3/mkd-functions.3': No such file or directory The problem is that the Makefile is using the non-standard groff '.so' command to include another file, which doesn't behave the same for us. The attached patch just creates the manpages as symlinks.
Auto-assigned to maintainer jlaffaye@FreeBSD.org
Committed. There's a new version out by the way.
A commit references this bug: Author: adamw Date: Sun Feb 22 15:28:27 UTC 2015 New revision: 379614 URL: https://svnweb.freebsd.org/changeset/ports/379614 Log: A number of the discount manpages are broken due to FreeBSD's lack of support of the .so macro. I know that work has been done on this in base, but for now fix discount's manpages by installing them as symlinks instead. PR: 196842 Approved by: maintainer timeout (> 1 month) Changes: head/textproc/discount/Makefile head/textproc/discount/files/ head/textproc/discount/files/patch-Makefile.in