mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 16:36:28 -04:00
Major changes: - new installation layout, resembling RPM packages: - client = Client Utilities + Development Libraries + Shared components - server = MySQL Server + Embedded - new build system: cmake instead of autotools - fewer port knobs Expect various breakages, but if we are lucky this could become the new default mysql port.
11 lines
346 B
Text
11 lines
346 B
Text
--- man/CMakeLists.txt.orig 2010-12-23 15:06:27.000000000 +0100
|
|
+++ man/CMakeLists.txt 2010-12-23 15:07:05.000000000 +0100
|
|
@@ -15,8 +15,6 @@
|
|
|
|
# Copy man pages
|
|
FILE(GLOB MAN1_FILES *.1)
|
|
-FILE(GLOB MAN1_EXCLUDE make_win_bin_dist.1)
|
|
-FILE(GLOB MAN8_FILES *.8)
|
|
IF(MAN1_FILES)
|
|
IF(MAN1_EXCLUDE)
|
|
LIST(REMOVE_ITEM MAN1_FILES ${MAN1_EXCLUDE})
|