cd /usr/ports/sysutils/msyslog/ && make install ..... ===> Registering installation for msyslog-1.08g_2 pkg-static: lstat(/usr/ports/sysutils/msyslog/work/stage/man/man8/om_mysql.8.gz): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/sysutils/msyslog *** Error code 1
Notify maintainer.
I think Bill neglected to mention that mysql was selected as an option. It builds fine in redports, but mysql is off by default there.
Created attachment 143929 [details] Fix install - Fixes man page installation - Optionify EXAMPLES
A commit references this bug: Author: jhale Date: Sun Jun 22 12:22:27 UTC 2014 New revision: 358793 URL: http://svnweb.freebsd.org/changeset/ports/358793 Log: - Fix typos in pkg-plist - Make EXAMPLES optional - Remove useless MANCOMPRESSED - Bump PORTREVISION PR: 190937 Submitted by: Bill <willambender934@yahoo.com> Fixed by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Changes: head/sysutils/msyslog/Makefile head/sysutils/msyslog/pkg-plist
Committed with minor changes. Thanks! (PORTEXAMPLES and PORTDOCS don't need to be wrapped in a conditional with staging. There was a leftover MANCOMPRESSED in there too that I got rid of.)