freebsd-ports/databases/percona56-client/files/patch-man_CMakeLists.txt
Florian Smeets b3098a74ff Add the 5.6 branch of Percona-Server.
While MySQL 5.6.10 is considered GA, Percona still considers Percona-Server
5.6.10 alpha software.
2013-03-18 21:18:03 +00:00

13 lines
403 B
Text

--- man/CMakeLists.txt.orig 2011-10-22 14:08:32.000000000 +0200
+++ man/CMakeLists.txt 2011-10-22 14:22:42.000000000 +0200
@@ -15,10 +15,6 @@
# Copy man pages
FILE(GLOB MAN1_FILES *.1)
-FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1)
-FILE(GLOB MAN1_NDB ndb*.1)
-FILE(GLOB MAN8_FILES *.8)
-FILE(GLOB MAN8_NDB ndb*.8)
IF(MAN1_FILES)
IF(MAN1_EXCLUDE)
LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE})