aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-12-28 21:18:58 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-12-28 21:18:58 +0000
commit79cc3a1b3b799708f49c43b546770fd3119d2707 (patch)
tree205b3b40a0bc1c01858883b8db58adf5a2f7a87c /devel/dbus
parent79d014ae07fe5808db4583cc12bbefcca63174ec (diff)
downloadports-79cc3a1b3b799708f49c43b546770fd3119d2707.tar.gz
ports-79cc3a1b3b799708f49c43b546770fd3119d2707.zip
Move the sockets from /var/tmp to /tmp so that they can be cleaned up
by default on reboot. PR: 163653 Submitted by: delphij
Notes
Notes: svn path=/head/; revision=288203
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 37b2eec03931..ba4bfc9dabb7 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -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}"