media-gfx/blender: Slot the man page

Closes: https://bugs.gentoo.org/795636

Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sebastian Parborg 2021-06-13 18:24:14 +02:00 committed by Sam James
parent 687e88e1d6
commit c1d469fed7
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
3 changed files with 15 additions and 0 deletions

View File

@ -320,6 +320,11 @@ src_install() {
cmake_src_install
if use man; then
#Slot the man page
mv "${ED}/usr/share/man/man1/blender.1" "${ED}/usr/share/man/man1/blender-${BV}.1" || die
fi
# fix doc installdir
docinto "html"
dodoc "${CMAKE_USE_DIR}"/release/text/readme.html

View File

@ -328,6 +328,11 @@ src_install() {
cmake_src_install
if use man; then
#Slot the man page
mv "${ED}/usr/share/man/man1/blender.1" "${ED}/usr/share/man/man1/blender-${BV}.1" || die
fi
# fix doc installdir
docinto "html"
dodoc "${CMAKE_USE_DIR}"/release/text/readme.html

View File

@ -328,6 +328,11 @@ src_install() {
cmake_src_install
if use man; then
#Slot the man page
mv "${ED}/usr/share/man/man1/blender.1" "${ED}/usr/share/man/man1/blender-${BV}.1" || die
fi
# fix doc installdir
docinto "html"
dodoc "${CMAKE_USE_DIR}"/release/text/readme.html