diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
commit | 5e4b8790736a49076526628afdbbdf0d091b3824 (patch) | |
tree | 217345b76a6d5aee64515fde6aaf8c71d42dd8f8 /games/teg | |
parent | e3023543f814ef99633f0324abc8f22c539cf1ab (diff) | |
download | FreeBSD-ports-5e4b8790736a49076526628afdbbdf0d091b3824.zip FreeBSD-ports-5e4b8790736a49076526628afdbbdf0d091b3824.tar.gz |
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
Diffstat (limited to 'games/teg')
-rw-r--r-- | games/teg/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/teg/pkg-plist b/games/teg/pkg-plist index b8f040c..b9f674b 100644 --- a/games/teg/pkg-plist +++ b/games/teg/pkg-plist @@ -1,9 +1,9 @@ bin/tegclient bin/tegrobot bin/tegserver -etc/gconf/gconf.xml.defaults/apps/teg/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/teg/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/teg.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/teg.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/teg.schemas > /dev/null || /usr/bin/true share/gnome/apps/Games/teg.desktop share/gnome/help/teg/C/figures/connect.png share/gnome/help/teg/C/figures/dices.png @@ -269,5 +269,3 @@ share/locale/pt_BR/LC_MESSAGES/teg.mo @dirrm share/gnome/help/teg/C/figures @dirrm share/gnome/help/teg/C @dirrm share/gnome/help/teg -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/teg -@dirrm etc/gconf/gconf.xml.defaults/apps/teg |