summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-05-03 22:46:25 +0000
committerwiz <wiz@pkgsrc.org>2009-05-03 22:46:25 +0000
commit03231e99388cb5d6602484bae4fb9b9949d7fbd3 (patch)
tree12f724b178664ab981c368bacde3206de6c105ad /sysutils
parent932da4856d381c07ded6577e031a027648400920 (diff)
downloadpkgsrc-03231e99388cb5d6602484bae4fb9b9949d7fbd3.tar.gz
Fix permissions for dbus-daemon-launch-helper, especially with user-destdir.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index cc0d36f9b41..0d6885e16bb 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2009/01/09 21:54:15 he Exp $
+# $NetBSD: Makefile,v 1.43 2009/05/03 22:46:25 wiz Exp $
DISTNAME= dbus-1.2.4.2permissive
PKGNAME= dbus-1.2.4.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
@@ -26,6 +26,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
BUILD_DEFS+= VARBASE
OWN_DIRS_PERMS+= ${VARBASE}/db/dbus ${DBUS_USER} ${DBUS_GROUP} 0755
+SPECIAL_PERMS+= libexec/dbus-daemon-launch-helper ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 4500
.include "../../mk/bsd.prefs.mk"