summaryrefslogtreecommitdiff
path: root/databases/mysql322-server
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-12-04 15:13:36 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-12-04 15:13:36 +0000
commitbe4c7a8cdc9458ea1dc3f8d5703c6a53e537cfc9 (patch)
tree618b54813525e9fbcbfd5217368bc020959f575d /databases/mysql322-server
parent467cb2d4afe59e8dcc24130acec281c595ba83bc (diff)
downloadfreebsd-ports-be4c7a8cdc9458ea1dc3f8d5703c6a53e537cfc9.zip
Go back to where I started: Put mysql.sock in /tmp/...
PR: ports/23266 Submitted by: Louis Mamakos <louie@TransSys.COM>
Diffstat (limited to 'databases/mysql322-server')
-rw-r--r--databases/mysql322-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile
index 3c3e69959729..acb40932d4b6 100644
--- a/databases/mysql322-server/Makefile
+++ b/databases/mysql322-server/Makefile
@@ -27,8 +27,7 @@ CONFIGURE_ARGS= --localstatedir=${DB_DIR} \
--without-perl \
--without-debug \
--without-readline \
- --without-bench \
- --with-unix-socket-path=/var/run/mysql.sock
+ --without-bench
.if ${MACHINE_ARCH} == "i386"
CONFIGURE_ARGS+=--enable-assembler
.endif