mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
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
11 lines
446 B
CMake
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)
|