summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2010-05-27 12:36:02 +0000
committerobache <obache>2010-05-27 12:36:02 +0000
commitb368d565408e4fbf72b72d83acb371c47957c555 (patch)
treeea05021500e530dde24d614ae5112346885d165d /sysutils
parentb545d980d93cdc6cf81699697263f2908dfabf12 (diff)
downloadpkgsrc-b368d565408e4fbf72b72d83acb371c47957c555.tar.gz
Exactly disable installation of init scripts.
Fixes PLIST mismatch for RedHat and Slackware like distributions as reported by Aleksey Cheusov via PR#43369.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index 7647b7f0c63..e4bda6a042f 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2010/01/24 17:11:18 heinz Exp $
+# $NetBSD: Makefile,v 1.48 2010/05/27 12:36:02 obache Exp $
DISTNAME= dbus-1.2.4.6permissive
PKGNAME= dbus-1.2.4.6
@@ -44,6 +44,7 @@ CONFIGURE_ARGS+= --with-session-socket-dir=/tmp
CONFIGURE_ARGS.Linux= abstract-sockets dnotify selinux
CONFIGURE_ARGS.docs= doxygen-docs xml-docs
+CONFIGURE_ARGS.without+= init-scripts
CONFIGURE_ARGS.disable= ansi gcov
CONFIGURE_ARGS.disable+= console-owner-file
CONFIGURE_ARGS.disable+= ${CONFIGURE_ARGS.docs}