aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-02-15 01:51:17 +0800
committermarcus <marcus@FreeBSD.org>2006-02-15 01:51:17 +0800
commitb2a6e44da382e5b7ab75c2d2012a1de48c956593 (patch)
tree49e36b8ba0cbe9344fc18ee4fbdc563ab190d529 /devel/dbus
parentc2ff3736ab02a83f33cbbb7c91672582d0f6753e (diff)
downloadfreebsd-ports-gnome-b2a6e44da382e5b7ab75c2d2012a1de48c956593.tar.gz
freebsd-ports-gnome-b2a6e44da382e5b7ab75c2d2012a1de48c956593.tar.zst
freebsd-ports-gnome-b2a6e44da382e5b7ab75c2d2012a1de48c956593.zip
* Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message PR: 92844 Submitted by: leeym
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 23e6322cb8b5..0996ae34b731 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION= 0.60
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/
@@ -29,6 +29,7 @@ CONFIGURE_ARGS?=--disable-gtk \
--disable-qt \
--disable-mono \
--disable-mono-docs \
+ --localstatedir=/var \
--with-system-pid-file=/var/run/dbus.pid \
--with-system-socket=/var/run/dbus \
--with-session-socket-dir=/var/tmp \
@@ -77,7 +78,7 @@ post-install:
.if defined(PKGNAMEPREFIX)
.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
# Ignore for py-dbus
-IGNORE= Does not build on 4.X
+IGNORE= does not build on 4.X
.endif
.endif