ports/databases/mysql-connector-c/files/patch-CMakeLists.txt
Pietro Cerutti 891e69b5e4 - Unbreak by depending on OpenSSL from ports
- Bump PORTREVISION (dependencies changed)

Reported by:	pkg-fallout
2014-04-16 09:21:11 +00:00

11 lines
387 B
Text

--- CMakeLists.txt.orig 2014-01-31 15:10:13.000000000 +0100
+++ CMakeLists.txt 2014-01-31 15:10:39.000000000 +0100
@@ -535,7 +535,7 @@
#
# RPM installs documentation directly from the source tree
#
-IF(NOT INSTALL_LAYOUT MATCHES "RPM")
+IF(NOT INSTALL_LAYOUT MATCHES "RPM" AND 0)
INSTALL(FILES COPYING LICENSE.mysql
DESTINATION ${INSTALL_DOCREADMEDIR}
COMPONENT Readme