diff options
author | obache <obache> | 2010-05-27 12:36:02 +0000 |
---|---|---|
committer | obache <obache> | 2010-05-27 12:36:02 +0000 |
commit | b368d565408e4fbf72b72d83acb371c47957c555 (patch) | |
tree | ea05021500e530dde24d614ae5112346885d165d /sysutils | |
parent | b545d980d93cdc6cf81699697263f2908dfabf12 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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} |