[Bug 223397] [NEW PORT] audio/yoshimi: Sophisticated software synthesizer
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Nov 8 11:21:47 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223397
--- Comment #7 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to bcomputerguy from comment #6)
+post-install:
+ @(${MV} ${STAGEDIR}${PREFIX}/share/man/man1/yoshimi.1
${STAGEDIR}${PREFIX}/share/man/yoshimi.1 && \
+ ${RM} -rf ${STAGEDIR}${PREFIX}/share/man/man1 && \
+ ${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/yoshimi.1);
This is still not correct. As I've written in comment #1 above the
manpage should go into /usr/local/man/man1/ and NOT /usr/local/share/man/.
Gzipping manpages manually is *never* necessary. It's your first clue
that something is not quite right ;-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list