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 /misc/gretl/pkg-plist | |
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
Notes
Notes:
svn path=/head/; revision=113150
Diffstat (limited to 'misc/gretl/pkg-plist')
-rw-r--r-- | misc/gretl/pkg-plist | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/gretl/pkg-plist b/misc/gretl/pkg-plist index 31541fcf171a..c5f3f923fee6 100644 --- a/misc/gretl/pkg-plist +++ b/misc/gretl/pkg-plist @@ -1,9 +1,9 @@ bin/gretl bin/gretl_x11 bin/gretlcli -%%GNOME:%%etc/gconf/gconf.xml.defaults/apps/gretl/%gconf.xml -%%GNOME:%%etc/gconf/gconf.xml.defaults/schemas/apps/gretl/%gconf.xml +%%GNOME:%%@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/%%GNOME:%%etc/gconf/schemas/gretl.schemas > /dev/null || /usr/bin/true %%GNOME:%%etc/gconf/schemas/gretl.schemas +%%GNOME:%%@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/%%GNOME:%%etc/gconf/schemas/gretl.schemas > /dev/null || /usr/bin/true include/gretl/bhhh_max.h include/gretl/calendar.h include/gretl/clapack_double.h @@ -395,5 +395,3 @@ share/locale/ja/LC_MESSAGES/gretl.mo @dirrm %%DATADIR%% @dirrm lib/gretl-gtk2 @dirrm include/gretl -%%GNOME:%%@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gretl -%%GNOME:%%@dirrm etc/gconf/gconf.xml.defaults/apps/gretl |