diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-09 02:49:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-07-09 02:49:52 +0000 |
commit | f8680edbe563af3785dbcf7b47f9a5b08f6616c2 (patch) | |
tree | 3d0ef158fb7db7192ad1a9213b235346c02e193c /databases/mysql-proxy/files/patch-lib-proxy-Makefile.in | |
parent | Update to F4.0.4.18, and add support for TACACS+ profiles to the rc.d (diff) |
- Update to 0.7.1
PR: ports/134042
Notes
Notes:
svn path=/head/; revision=237463
Diffstat (limited to 'databases/mysql-proxy/files/patch-lib-proxy-Makefile.in')
-rw-r--r-- | databases/mysql-proxy/files/patch-lib-proxy-Makefile.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/mysql-proxy/files/patch-lib-proxy-Makefile.in b/databases/mysql-proxy/files/patch-lib-proxy-Makefile.in new file mode 100644 index 000000000000..a5c1e66bf551 --- /dev/null +++ b/databases/mysql-proxy/files/patch-lib-proxy-Makefile.in @@ -0,0 +1,22 @@ +--- lib/proxy/Makefile.in.orig 2009-04-04 20:13:04.000000000 +0600 ++++ lib/proxy/Makefile.in 2009-05-05 12:48:40.000000000 +0600 +@@ -16,7 +16,7 @@ + + VPATH = @srcdir@ + pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ ++pkglibdir = $(datadir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd + install_sh_DATA = $(install_sh) -c -m 644 +--- lib/proxy/Makefile.in.orig 2009-05-18 22:15:03.000000000 +0800 ++++ lib/proxy/Makefile.in 2009-07-08 17:41:43.000000000 +0800 +@@ -192,7 +192,7 @@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-luaextdir = ${pkglibdir}/lua/ ++luaextdir = ${pkgdatadir}/lua/ + pkglib_proxydir = $(luaextdir)/proxy + dist_pkglib_proxy_DATA = \ + auto-config.lua \ |