diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 08:44:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-01 08:44:49 +0000 |
commit | cfc2f82c244e3a3e71c309201a5a9258e0546785 (patch) | |
tree | 7356bab29711494309e78e681474fce69d2ffea8 /databases/mysql50-server/files | |
parent | 5a4a17290a662f6db22b802ec58e66d7c1272af4 (diff) |
Split mysql322 into mysql322-client and mysql322-server.
mysql322-client uses mysql322-server as a master port. So
all the magic is in mysql322-server.
mysql322-client must be used to add dependencies to, now.
Thanks to Dan Moschuk <dan@trinsec.com> for giving the initial
point.
Notes
Notes:
svn path=/head/; revision=19930
Diffstat (limited to 'databases/mysql50-server/files')
-rw-r--r-- | databases/mysql50-server/files/patch-Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/mysql50-server/files/patch-Makefile.in b/databases/mysql50-server/files/patch-Makefile.in new file mode 100644 index 000000000000..ca3680549992 --- /dev/null +++ b/databases/mysql50-server/files/patch-Makefile.in @@ -0,0 +1,16 @@ +--- Makefile.in.orig Sun Jun 6 04:51:50 1999 ++++ Makefile.in Sat Jun 26 08:53:51 1999 +@@ -141,8 +141,11 @@ + # These are built from source in the Docs directory + EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS + +-SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files +- ++.if defined(CLIENT_ONLY) ++SUBDIRS = @readline_dir@ client include tests man ++.else ++SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files ++.endif + + # Relink after clean + CLEANFILES = linked_client_sources |