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 /math | |
parent | 609543e92b7e1c0814c7296c7347eb47be3e0c89 (diff) | |
download | ports-0ea0df3ec446677bc8910fbc8d027a8efb799c2b.tar.gz ports-0ea0df3ec446677bc8910fbc8d027a8efb799c2b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/pkg-plist | 6 | ||||
-rw-r--r-- | math/gretl/pkg-plist | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/math/gcalctool/pkg-plist b/math/gcalctool/pkg-plist index 1200fad6a5aa..b89aba434cab 100644 --- a/math/gcalctool/pkg-plist +++ b/math/gcalctool/pkg-plist @@ -1,8 +1,8 @@ bin/gcalctool bin/gnome-calculator -etc/gconf/gconf.xml.defaults/apps/gcalctool/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool/%gconf.xml +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gcalctool.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gcalctool.schemas +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gcalctool.schemas > /dev/null || /usr/bin/true share/gnome/applications/gcalctool.desktop share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png @@ -169,8 +169,6 @@ share/locale/zh_TW/LC_MESSAGES/gcalctool.mo @dirrm share/gnome/help/gcalctool/C/figures @dirrm share/gnome/help/gcalctool/C @dirrm share/gnome/help/gcalctool -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool -@dirrm etc/gconf/gconf.xml.defaults/apps/gcalctool @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-es.omf 2>/dev/null || /usr/bin/true diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist index 31541fcf171a..c5f3f923fee6 100644 --- a/math/gretl/pkg-plist +++ b/math/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 |