diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-06 17:35:08 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-07-06 17:35:08 +0000 |
commit | f50714a28b6e96f1f81e5bf10b4bd086d4b041d9 (patch) | |
tree | 5c15ce4df4d4319daabf5d28ac366abca3464837 /games/monkeybubble | |
parent | c55e8c382ec0b97e9f6a0cdc5c92588f36c007f6 (diff) |
Use the new gconf schema stuff.
Notes
Notes:
svn path=/head/; revision=113075
Diffstat (limited to 'games/monkeybubble')
-rw-r--r-- | games/monkeybubble/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 0703bb7ed773..7d0e0f82f2e5 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,7 +1,7 @@ bin/monkey-bubble -etc/gconf/gconf.xml.defaults/apps/monkey-bubble/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/monkey-bubble/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/monkey-bubble.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true share/gnome/applications/monkey-bubble.desktop share/gnome/help/monkey-bubble/C/empty.xml share/gnome/help/monkey-bubble/C/monkey-bubble.xml |