diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-07 16:23:51 +0000 |
commit | 0ea0df3ec446677bc8910fbc8d027a8efb799c2b (patch) | |
tree | 56036dd723cd7d4e241aa4fdb824e3dd98284e61 /editors/mlview | |
parent | - USE_MESA -> USE_GL. (diff) |
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 'editors/mlview')
-rw-r--r-- | editors/mlview/pkg-plist | 10 |
1 files changed, 2 insertions, 8 deletions
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 |