aboutsummaryrefslogtreecommitdiffstats
path: root/main/doxygen
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-09-14 16:49:27 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-09-14 16:49:27 +0200
commit9e812cfa991943d038290893c4bd9091a020239e (patch)
tree05717eab41f40af51cf1cc241d4dae91af52c26e /main/doxygen
parent3c5efed1191f2b4891cdcc1da658f22442daa036 (diff)
downloadaports-9e812cfa991943d038290893c4bd9091a020239e.tar.bz2
aports-9e812cfa991943d038290893c4bd9091a020239e.tar.xz
main/doxygen: add missing patch
Diffstat (limited to 'main/doxygen')
-rw-r--r--main/doxygen/doxygen-1.8.10-install.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/main/doxygen/doxygen-1.8.10-install.patch b/main/doxygen/doxygen-1.8.10-install.patch
new file mode 100644
index 0000000000..32bb9b39b2
--- /dev/null
+++ b/main/doxygen/doxygen-1.8.10-install.patch
@@ -0,0 +1,24 @@
+diff -up doxygen-1.8.10/doc/CMakeLists.txt.than doxygen-1.8.10/doc/CMakeLists.txt
+--- doxygen-1.8.10/doc/CMakeLists.txt.than 2015-08-28 11:46:15.675460840 +0200
++++ doxygen-1.8.10/doc/CMakeLists.txt 2015-08-28 11:51:27.894592457 +0200
+@@ -88,17 +88,17 @@ install(FILES
+ "${PROJECT_BINARY_DIR}/man/doxywizard.1"
+ "${PROJECT_BINARY_DIR}/man/doxysearch.1"
+ "${PROJECT_BINARY_DIR}/man/doxyindexer.1"
+- DESTINATION 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()