diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-07 01:35:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-07 01:35:08 +0800 |
commit | 2490a92bb4fffd21ba8775abee7a8e93fa2fd22d (patch) | |
tree | ea46f729348d91bbf0b1c827a196bdfa41e66f5a /games | |
parent | 76f7d84871a42a46f3f2f221463e7df7a073ee59 (diff) | |
download | freebsd-ports-gnome-2490a92bb4fffd21ba8775abee7a8e93fa2fd22d.tar.gz freebsd-ports-gnome-2490a92bb4fffd21ba8775abee7a8e93fa2fd22d.tar.zst freebsd-ports-gnome-2490a92bb4fffd21ba8775abee7a8e93fa2fd22d.zip |
Use the new gconf schema stuff.
Diffstat (limited to 'games')
-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 |