aboutsummaryrefslogtreecommitdiffstats
path: root/main/doxygen/doxygen-1.8.11-install.patch
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2017-12-31 15:31:40 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2018-01-02 16:45:55 +0000
commit56ea9a962bce4607ad776705f0414f366902ab1e (patch)
tree0c16c2b83c9c812af41f762c3161d6b4b778a1d3 /main/doxygen/doxygen-1.8.11-install.patch
parent5b9d44e4c386b0f0e3af8550e504b164d2093963 (diff)
downloadaports-56ea9a962bce4607ad776705f0414f366902ab1e.tar.bz2
aports-56ea9a962bce4607ad776705f0414f366902ab1e.tar.xz
main/doxygen: upgrade to 1.8.14
Diffstat (limited to 'main/doxygen/doxygen-1.8.11-install.patch')
-rw-r--r--main/doxygen/doxygen-1.8.11-install.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/main/doxygen/doxygen-1.8.11-install.patch b/main/doxygen/doxygen-1.8.11-install.patch
deleted file mode 100644
index b789ff1f8f..0000000000
--- a/main/doxygen/doxygen-1.8.11-install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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)