1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Move the sockets from /var/tmp to /tmp so that they can be cleaned up

by default on reboot.

PR:		163653
Submitted by:	delphij
This commit is contained in:
Joe Marcus Clarke 2011-12-28 21:18:58 +00:00
parent 79d014ae07
commit 79cc3a1b3b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288203

View File

@ -8,7 +8,7 @@
PORTNAME= dbus
PORTVERSION= 1.4.14
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@ -25,7 +25,7 @@ CONFIGURE_ARGS=--localstatedir=/var \
--with-test-socket-dir=${WRKDIR} \
--with-system-pid-file=/var/run/dbus/dbus.pid \
--with-system-socket=/var/run/dbus/system_bus_socket \
--with-session-socket-dir=/var/tmp \
--with-session-socket-dir=/tmp \
--disable-doxygen-docs \
--disable-xml-docs
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"