summaryrefslogtreecommitdiff
path: root/graphics/autopano-sift-C/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/autopano-sift-C/patches/patch-aa')
-rw-r--r--graphics/autopano-sift-C/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/autopano-sift-C/patches/patch-aa b/graphics/autopano-sift-C/patches/patch-aa
new file mode 100644
index 00000000000..bee1f836842
--- /dev/null
+++ b/graphics/autopano-sift-C/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/10/22 18:34:30 adam Exp $
+
+--- CMakeLists.txt.orig 2009-10-22 20:10:38.000000000 +0200
++++ CMakeLists.txt
+@@ -155,8 +155,8 @@ endif (WIN32)
+ # documentation
+ FILE(GLOB MAN_PAGES_1 doc/*.1)
+ FILE(GLOB MAN_PAGES_7 doc/*.7)
+-install(FILES ${MAN_PAGES_1} DESTINATION share/man/man1)
+-install(FILES ${MAN_PAGES_7} DESTINATION share/man/man7)
++install(FILES ${MAN_PAGES_1} DESTINATION man/man1)
++install(FILES ${MAN_PAGES_7} DESTINATION man/man7)
+
+ ## Test exectuables.
+