diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-04-19 08:58:29 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-04-19 08:58:29 +0000 |
commit | f51ea84c17fc7b7efaece506c6415dbdb22f500c (patch) | |
tree | 7388282cce6ccff7cf06be9573eb55c4cb782bfa /databases/mysql55-server/files/patch-support-files_Makefile.in | |
parent | - Update to 0.39 (In fact, should be Kwiki 2.0) (diff) |
Update to 5.1.17 release.
Notes
Notes:
svn path=/head/; revision=190334
Diffstat (limited to 'databases/mysql55-server/files/patch-support-files_Makefile.in')
-rw-r--r-- | databases/mysql55-server/files/patch-support-files_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql55-server/files/patch-support-files_Makefile.in b/databases/mysql55-server/files/patch-support-files_Makefile.in new file mode 100644 index 000000000000..2d6ef213f891 --- /dev/null +++ b/databases/mysql55-server/files/patch-support-files_Makefile.in @@ -0,0 +1,11 @@ +--- support-files/Makefile.in.orig Thu Apr 19 09:31:48 2007 ++++ support-files/Makefile.in Thu Apr 19 09:33:03 2007 +@@ -419,7 +419,7 @@ + + pkgdata_SCRIPTS = mysql.server + aclocaldir = $(datadir)/aclocal +-aclocal_DATA = mysql.m4 ++aclocal_DATA = + noinst_DATA = mysql-@VERSION@.spec \ + MySQL-shared-compat.spec + |