Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2017 11:21:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223397] [NEW PORT] audio/yoshimi: Sophisticated software synthesizer
Message-ID:  <bug-223397-13-pyyhfag9Z3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223397-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223397-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223397

--- Comment #7 from Tobias Kortkamp <tobik@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 ;-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223397-13-pyyhfag9Z3>