From afaf556a6c166cb5ab1e38be10e3d34a77f679bb Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 27 May 2010 12:36:02 +0000 Subject: Exactly disable installation of init scripts. Fixes PLIST mismatch for RedHat and Slackware like distributions as reported by Aleksey Cheusov via PR#43369. --- sysutils/dbus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils') 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} -- cgit v1.2.3