mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
This is a development snapshot of upcoming MySQL 8.0. PR: 215738 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew, feld Approved by: matthew (mentor), feld Differential Revision: https://reviews.freebsd.org/D9031
13 lines
355 B
Text
13 lines
355 B
Text
--- man/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ man/CMakeLists.txt
|
|
@@ -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})
|