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 /net/gnome-mud | |
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 'net/gnome-mud')
-rw-r--r-- | net/gnome-mud/pkg-plist | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/net/gnome-mud/pkg-plist b/net/gnome-mud/pkg-plist index 952cd2a..10169b1 100644 --- a/net/gnome-mud/pkg-plist +++ b/net/gnome-mud/pkg-plist @@ -1,19 +1,7 @@ bin/gnome-mud -etc/gconf/gconf.xml.defaults/apps/gnome-mud/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/connections/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/functionality/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/mapper/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/profiles/Default/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gnome-mud/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/connections/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/functionality/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/mapper/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/profiles/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/profiles/Default/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/ui/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-mud.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gnome-mud.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-mud.schemas > /dev/null || /usr/bin/true share/gnome/applications/gnome-mud.desktop share/gnome/help/gnome-mud/C/figures/connections-window.png share/gnome/help/gnome-mud/C/figures/main-window.png @@ -52,19 +40,5 @@ share/locale/tr/LC_MESSAGES/gnome-mud.mo @dirrm share/gnome/help/gnome-mud/C/figures @dirrm share/gnome/help/gnome-mud/C @dirrm share/gnome/help/gnome-mud -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/profiles -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/mapper -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/functionality -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud/connections -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-mud -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/profiles/Default -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/profiles -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/mapper -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/functionality -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud/connections -@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-mud @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-mud/gnome-mud-manual-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-mud/gnome-mud-plugin-api-C.omf 2>/dev/null || /usr/bin/true |