diff options
author | nork <nork@FreeBSD.org> | 2003-04-19 00:17:47 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-19 00:17:47 +0800 |
commit | 31f739d8eb1f8468989ab86457f9d6ce47a0542c (patch) | |
tree | 5a30efb25f9307c8e0e65d425e3815a8c1b89f3d /databases/mysql55-server/files | |
parent | b2c9db345f76be5705874f7075b84997ee53ef4a (diff) | |
download | freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.tar.gz freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.tar.zst freebsd-ports-gnome-31f739d8eb1f8468989ab86457f9d6ce47a0542c.zip |
Repo copy & update to MySQL 4.1.0 aka mysql41-server/mysql41-client.
Submitted by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Diffstat (limited to 'databases/mysql55-server/files')
-rw-r--r-- | databases/mysql55-server/files/patch-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/mysql55-server/files/patch-Makefile.in b/databases/mysql55-server/files/patch-Makefile.in index ba5973587226..d78a89dcc9a1 100644 --- a/databases/mysql55-server/files/patch-Makefile.in +++ b/databases/mysql55-server/files/patch-Makefile.in @@ -1,16 +1,16 @@ ---- Makefile.in.orig Thu Feb 20 20:58:01 2003 -+++ Makefile.in Thu Feb 27 12:27:18 2003 +--- Makefile.in.orig Fri Apr 11 10:50:40 2003 ++++ Makefile.in Fri Apr 11 10:51:55 2003 @@ -212,12 +212,7 @@ EXTRA_DIST = INSTALL-SOURCE README \ COPYING COPYING.LIB --SUBDIRS = . include @docs_dirs@ @readline_dir@ \ +-SUBDIRS = . include @docs_dirs@ \ +- @readline_topdir@ \ - @thread_dirs@ pstack @sql_client_dirs@ \ - @sql_server_dirs@ scripts man tests \ - BUILD @netware_dir@ os2 @libmysqld_dirs@ \ - @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -- +SUBDIRS = + # Relink after clean - linked_sources = linked_client_sources linked_server_sources \ |