diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-11 00:04:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-11 00:04:51 +0800 |
commit | 86fe42d01217f902cfec28d33d98c38e014fc6b9 (patch) | |
tree | bbe61198017ec5fa5bd680a8d3678ee0212fc204 /devel | |
parent | 06e14f42d2de238f6239b8f422f71d5d223924c8 (diff) | |
download | marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar.gz marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar.bz2 marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar.lz marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar.xz marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.tar.zst marcuscom-ports-86fe42d01217f902cfec28d33d98c38e014fc6b9.zip |
Make etc/dconf/db and etc/dconf/profile.
Gdm puts stuff there.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15451 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 5 | ||||
-rw-r--r-- | devel/dconf/pkg-plist | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index 419c2f8ce..c6e0da8bf 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/dconf/Makefile,v 1.15 2011/01/25 14:40:34 kwm Exp $ +# $MCom: ports/devel/dconf/Makefile,v 1.16 2011/02/05 17:22:31 kwm Exp $ # PORTNAME= dconf PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -37,5 +38,7 @@ pre-build: post-install: -${LOCALBASE}/bin/gio-querymodules ${PREFIX}/lib/gio/modules + -${MKDIR} ${PREFIX}/etc/dconf/db + -${MKDIR} ${PREFIX}/etc/dconf/profile .include <bsd.port.mk> diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index f2ecd53e7..3d28ec2e8 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -46,3 +46,8 @@ share/vala/vapi/dconf.vapi @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 +@exec mkdir -p %D/etc/dconf/db +@exec mkdir -p %D/etc/dconf/profile +@dirrmtry etc/dconf/db +@dirrmtry etc/dconf/profile +@dirrmtry etc/dconf |