diff options
-rw-r--r-- | devel/dconf/Makefile | 4 | ||||
-rw-r--r-- | devel/dconf/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index ea7c7dae2..6d5da894f 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.12 2011/01/20 23:54:50 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.13 2011/01/23 07:10:38 marcus Exp $ # PORTNAME= dconf PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index a275355af..aa1b64057 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -45,6 +45,7 @@ share/vala/vapi/dconf.vapi @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 @unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true |