mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
- Security and bug-fix update - Remove build fix (included upstream) - Fix-up CMakeLists patches Security: d9e01c35-2531-11e7-b291-b499baebfeaf
18 lines
530 B
Text
18 lines
530 B
Text
--- CMakeLists.txt.orig 2017-05-20 01:04:09.000000000 +0200
|
|
+++ CMakeLists.txt 2017-05-23 20:53:22.017238000 +0200
|
|
@@ -480,6 +480,7 @@ ADD_CUSTOM_TARGET(INFO_BIN ALL
|
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
|
)
|
|
|
|
+IF(FALSE)
|
|
INSTALL_DOCUMENTATION(README CREDITS COPYING EXCEPTIONS-CLIENT COMPONENT Readme)
|
|
|
|
# MDEV-6526 these files are not installed anymore
|
|
@@ -489,6 +490,7 @@ INSTALL_DOCUMENTATION(README CREDITS COP
|
|
IF(UNIX)
|
|
INSTALL_DOCUMENTATION(Docs/INSTALL-BINARY COMPONENT Readme)
|
|
ENDIF()
|
|
+ENDIF()
|
|
|
|
INCLUDE(CPack)
|
|
|