summaryrefslogtreecommitdiff
path: root/graphics/darktable/patches
diff options
context:
space:
mode:
authorjakllsch <jakllsch>2011-07-26 21:48:00 +0000
committerjakllsch <jakllsch>2011-07-26 21:48:00 +0000
commit0c4d88a76867d626e904082037cdf7801598f395 (patch)
treeb2994cd84d762877c550c09f6fe939c567735091 /graphics/darktable/patches
parent465b0935323af20f37c57ccd232e19faca7d12e1 (diff)
downloadpkgsrc-0c4d88a76867d626e904082037cdf7801598f395.tar.gz
Fix man page path with a patch.
Diffstat (limited to 'graphics/darktable/patches')
-rw-r--r--graphics/darktable/patches/patch-doc_CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/darktable/patches/patch-doc_CMakeLists.txt b/graphics/darktable/patches/patch-doc_CMakeLists.txt
new file mode 100644
index 00000000000..0cb0499d18c
--- /dev/null
+++ b/graphics/darktable/patches/patch-doc_CMakeLists.txt
@@ -0,0 +1,12 @@
+$NetBSD: patch-doc_CMakeLists.txt,v 1.1 2011/07/26 21:48:00 jakllsch Exp $
+
+--- doc/CMakeLists.txt.orig 2011-07-02 03:15:32.000000000 +0000
++++ doc/CMakeLists.txt
+@@ -20,6 +20,6 @@ add_custom_command(
+ add_custom_target(manpages ALL DEPENDS darktable.1)
+
+
+-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./share/man/man1)
++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/darktable.1 DESTINATION ./man/man1)
+
+ add_subdirectory(usermanual)