aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-01-19 14:05:17 +0000
committerJohn Marino <marino@FreeBSD.org>2015-01-19 14:05:17 +0000
commitae39ea9dd3097b9c0487e13e5224fa0a79d2b1c8 (patch)
treea28edbde82c9720fbfbf15da2de3177b8ae8f413
parent3e1e8cdd639fdfb3a346be8b6134e87dc0aaec97 (diff)
Notes
-rw-r--r--astro/stellarium-qt4/files/patch-doc_CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt b/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt
new file mode 100644
index 000000000000..895468eea55d
--- /dev/null
+++ b/astro/stellarium-qt4/files/patch-doc_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- doc/CMakeLists.txt.orig 2014-10-11 11:24:38 UTC
++++ doc/CMakeLists.txt
+@@ -24,7 +24,7 @@ ADD_CUSTOM_COMMAND(
+ DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1
+ )
+
+-IF(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
++IF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION man/man1)
+ ELSE(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1)