diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 09:41:52 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-23 09:41:52 +0000 |
commit | 1ba414525b18da2081384f3795af66551dda8b29 (patch) | |
tree | 0e9d310defa61684c1b30356cb8789f5931df0b2 /devel | |
parent | fe207367e6a91c810aece27820a330858cff5e3a (diff) | |
download | ports-1ba414525b18da2081384f3795af66551dda8b29.tar.gz ports-1ba414525b18da2081384f3795af66551dda8b29.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dconf/Makefile | 1 | ||||
-rw-r--r-- | devel/dconf/pkg-plist | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile index a7dc9d43e841..2ce1c18c98fe 100644 --- a/devel/dconf/Makefile +++ b/devel/dconf/Makefile @@ -4,6 +4,7 @@ PORTNAME?= dconf PORTVERSION= 0.22.0 +PORTREVISION?= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME DISTNAME= dconf-${PORTVERSION} diff --git a/devel/dconf/pkg-plist b/devel/dconf/pkg-plist index bf48ea605459..aa35523310f7 100644 --- a/devel/dconf/pkg-plist +++ b/devel/dconf/pkg-plist @@ -103,5 +103,7 @@ share/locale/zh_HK/LC_MESSAGES/dconf.mo share/locale/zh_TW/LC_MESSAGES/dconf.mo share/vala/vapi/dconf.deps share/vala/vapi/dconf.vapi +@dir etc/dconf/db +@dir etc/dconf/profile @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 |