From 0ea0df3ec446677bc8910fbc8d027a8efb799c2b Mon Sep 17 00:00:00 2001 From: Jeremy Messenger 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 --- editors/mlview/pkg-plist | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'editors/mlview') diff --git a/editors/mlview/pkg-plist b/editors/mlview/pkg-plist index b6265f8dc816..664e30f146e1 100644 --- a/editors/mlview/pkg-plist +++ b/editors/mlview/pkg-plist @@ -1,9 +1,7 @@ bin/mlv -etc/gconf/gconf.xml.defaults/apps/mlview/colours/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/mlview/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mlview/colours/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/mlview/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/mlview.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/mlview.schemas > /dev/null || /usr/bin/true lib/libmlview.a lib/libmlview.so lib/libmlview.so.4 @@ -39,7 +37,3 @@ share/locale/sr/LC_MESSAGES/mlview.mo share/locale/sr@Latn/LC_MESSAGES/mlview.mo share/locale/sv/LC_MESSAGES/mlview.mo @dirrm share/gnome/mlview -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mlview/colours -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mlview -@dirrm etc/gconf/gconf.xml.defaults/apps/mlview/colours -@dirrm etc/gconf/gconf.xml.defaults/apps/mlview -- cgit v1.2.3