diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-25 22:40:34 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-25 22:40:34 +0800 |
commit | a3bc9f93513658f1fe4826f7479f7c8c32ccd8b2 (patch) | |
tree | 9ea52d28c2294db8801640f21528993e133c4c17 /devel | |
parent | 1fce46b18b8a844ea0a74076c3134627ab1331c7 (diff) | |
download | marcuscom-ports-a3bc9f93513658f1fe4826f7479f7c8c32ccd8b2.tar.gz marcuscom-ports-a3bc9f93513658f1fe4826f7479f7c8c32ccd8b2.tar.zst marcuscom-ports-a3bc9f93513658f1fe4826f7479f7c8c32ccd8b2.zip |
Plist fix, don't remove directories belonging to dbus.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15108 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 4 | ||||
-rw-r--r-- | devel/dconf/pkg-plist | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 6d5da894f..173e08c47 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.13 2011/01/23 07:10:38 marcus Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.14 2011/01/23 18:58:06 marcus Exp $ # PORTNAME= dconf PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index aa1b64057..f2ecd53e7 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -42,9 +42,6 @@ share/vala/vapi/dconf.vapi @dirrmtry share/gtk-doc @dirrmtry share/dconf-editor @dirrmtry share/applications -@dirrmtry share/dbus-1/system-services -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1 @dirrm include/dconf-dbus-1 @dirrm include/dconf @exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true |