From 5e4b8790736a49076526628afdbbdf0d091b3824 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 7 Jul 2004 16:23:51 +0000 Subject: Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team --- games/monster-masher/pkg-plist | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'games/monster-masher') diff --git a/games/monster-masher/pkg-plist b/games/monster-masher/pkg-plist index 987ca6ce9f0c..0ab24d520632 100644 --- a/games/monster-masher/pkg-plist +++ b/games/monster-masher/pkg-plist @@ -1,11 +1,7 @@ bin/monster-masher -etc/gconf/gconf.xml.defaults/apps/monster-masher/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/monster-masher/player1/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/monster-masher/player2/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher/player1/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher/player2/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monster-masher.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/monster-masher.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monster-masher.schemas > /dev/null || /usr/bin/true share/gnome/applications/monster-masher.desktop share/gnome/monster-masher/glade/ui.glade share/gnome/monster-masher/pixmaps/block-24.png @@ -106,9 +102,3 @@ share/gnome/pixmaps/monster-masher.png @dirrm share/gnome/monster-masher/pixmaps @dirrm share/gnome/monster-masher/sounds @dirrm share/gnome/monster-masher -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher/player2 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher/player1 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/monster-masher -@dirrm etc/gconf/gconf.xml.defaults/apps/monster-masher/player2 -@dirrm etc/gconf/gconf.xml.defaults/apps/monster-masher/player1 -@dirrm etc/gconf/gconf.xml.defaults/apps/monster-masher -- cgit