ports/graphics/inkscape/files/patch-CMakeScripts_Pod2man.cmake
Tobias C. Berner 1fb34516c1 Update poppler to 0.72
This update brings many changes
- the build system has switched to cmake
- some ports needed to be switched to use their bundled
  version of poppler:
  - print/tex-luatex (r487226)
  - print/tex-xetex (r487226)
  - editors/opeonffice-devel
- Qt4 support has been dropped
  - print/frescobaldi has been removed for this reason.
- most of the added patches can be removed with the next
  upgrade of the concerning port.

PR:		233452
Exp-run by:	antoine
Approved by:	gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D17456
2018-12-16 15:10:42 +00:00

11 lines
446 B
CMake

--- CMakeScripts/Pod2man.cmake.orig 2018-03-11 20:38:09 UTC
+++ CMakeScripts/Pod2man.cmake
@@ -48,7 +48,7 @@ macro(pod2man PODFILE_FULL RELEASE SECTION CENTER)
)
install(
FILES ${MANFILE_FULL}
- DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/man/man${SECTION}
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man${SECTION}
)
endif()
endmacro(pod2man PODFILE NAME SECTION CENTER)