diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-29 11:14:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-01-29 11:14:51 +0000 |
commit | 9584be5a1c10856eec5e79dfe3b2378a9663e437 (patch) | |
tree | a53e6c3fe0e1bd91e2473932ea3419ff8c93973b /main/doxygen/doxygen-1.8.11-install.patch | |
parent | 82588ee9b098b62bd4b9ca433d08b795001e8966 (diff) | |
download | aports-9584be5a1c10856eec5e79dfe3b2378a9663e437.tar.bz2 aports-9584be5a1c10856eec5e79dfe3b2378a9663e437.tar.xz |
main/doxygen: upgrade to 1.8.11
Diffstat (limited to 'main/doxygen/doxygen-1.8.11-install.patch')
-rw-r--r-- | main/doxygen/doxygen-1.8.11-install.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/main/doxygen/doxygen-1.8.11-install.patch b/main/doxygen/doxygen-1.8.11-install.patch new file mode 100644 index 0000000000..b789ff1f8f --- /dev/null +++ b/main/doxygen/doxygen-1.8.11-install.patch @@ -0,0 +1,24 @@ +diff -up doxygen-1.8.11/doc/CMakeLists.txt.config doxygen-1.8.11/doc/CMakeLists.txt +--- doxygen-1.8.11/doc/CMakeLists.txt.config 2016-01-13 16:15:27.037734714 +0100 ++++ doxygen-1.8.11/doc/CMakeLists.txt 2016-01-13 17:04:21.374801922 +0100 +@@ -169,17 +169,17 @@ install(FILES + "${PROJECT_BINARY_DIR}/man/doxywizard.1" + "${PROJECT_BINARY_DIR}/man/doxysearch.1" + "${PROJECT_BINARY_DIR}/man/doxyindexer.1" +- DESTINATION share/man/man1 ++ DESTINATION "${MAN_INSTALL_DIR}" + ) + + install(FILES + "${PROJECT_BINARY_DIR}/latex/doxygen_manual.pdf" +- DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}" ++ DESTINATION "${DOC_INSTALL_DIR}" + ) + + install(DIRECTORY + "${PROJECT_BINARY_DIR}/html" +- DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}" ++ DESTINATION "${DOC_INSTALL_DIR}" + ) + + endif(build_doc) |