1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/sfml/files/patch-doc_CMakeLists.txt
2018-05-14 13:48:29 +00:00

12 lines
402 B
Plaintext

--- doc/CMakeLists.txt.orig 2018-05-06 06:53:30 UTC
+++ doc/CMakeLists.txt
@@ -53,7 +53,7 @@ add_custom_target(doc ALL
# setup install rules
install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/html
- DESTINATION ${SFML_MISC_INSTALL_PREFIX}/doc
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/sfml
COMPONENT doc)
if(DOXYGEN_HHC_PROGRAM)
install(FILES ${DOXYGEN_OUTPUT_DIR}/sfml.chm