aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql51-server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql51-server/Makefile')
-rw-r--r--databases/mysql51-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile
index 806aae7c02be..3dafafc5e9a4 100644
--- a/databases/mysql51-server/Makefile
+++ b/databases/mysql51-server/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-bench \
--with-mit-threads=no \
--with-libwrap \
- --with-unix-socket-path=${DB_DIR}/mysql.sock
+ --with-unix-socket-path=/var/run/mysql.sock
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif