aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarium/files/patch-doc_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'astro/stellarium/files/patch-doc_CMakeLists.txt')
-rw-r--r--astro/stellarium/files/patch-doc_CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/stellarium/files/patch-doc_CMakeLists.txt b/astro/stellarium/files/patch-doc_CMakeLists.txt
deleted file mode 100644
index b059e1babe56..000000000000
--- a/astro/stellarium/files/patch-doc_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/CMakeLists.txt.orig 2023-07-02 10:29:17 UTC
-+++ doc/CMakeLists.txt
-@@ -23,8 +23,6 @@ IF(UNIX AND NOT WIN32 AND NOT APPLE)
- )
-
- 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 "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
- INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/stellarium.1 DESTINATION share/man/man1)
- ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "(DragonFly|FreeBSD|NetBSD|OpenBSD)" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "kFreeBSD")
- ENDIF(UNIX AND NOT WIN32 AND NOT APPLE)