mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Switch to rcNG - Add the possibility to specify the database directory in rc.conf - Move database creation from post-install stage into startup script
13 lines
427 B
Text
13 lines
427 B
Text
--- man/Makefile.in.orig Tue Mar 1 05:31:24 2005
|
|
+++ man/Makefile.in Tue Mar 15 12:55:49 2005
|
|
@@ -266,9 +266,7 @@
|
|
target_vendor = @target_vendor@
|
|
thread_dirs = @thread_dirs@
|
|
uname_prog = @uname_prog@
|
|
-man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \
|
|
- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \
|
|
- perror.1 replace.1 safe_mysqld.1
|
|
+man_MANS =
|
|
|
|
EXTRA_DIST = $(man_MANS)
|
|
all: all-am
|