summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-05-27 12:36:02 +0000
committerobache <obache@pkgsrc.org>2010-05-27 12:36:02 +0000
commitafaf556a6c166cb5ab1e38be10e3d34a77f679bb (patch)
treeea05021500e530dde24d614ae5112346885d165d /sysutils
parenta248b32a242a6cb917b98631c572f439033765b4 (diff)
downloadpkgsrc-afaf556a6c166cb5ab1e38be10e3d34a77f679bb.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}