diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-08 00:23:51 +0800 |
commit | 5e4b8790736a49076526628afdbbdf0d091b3824 (patch) | |
tree | 217345b76a6d5aee64515fde6aaf8c71d42dd8f8 /devel/devhelp | |
parent | e3023543f814ef99633f0324abc8f22c539cf1ab (diff) | |
download | freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.tar.gz freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.tar.zst freebsd-ports-gnome-5e4b8790736a49076526628afdbbdf0d091b3824.zip |
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 'devel/devhelp')
-rw-r--r-- | devel/devhelp/pkg-plist | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist index c44a6f169607..8b7c0c2919ea 100644 --- a/devel/devhelp/pkg-plist +++ b/devel/devhelp/pkg-plist @@ -1,10 +1,8 @@ bin/devhelp bin/devhelp-bin +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/devhelp.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/devhelp.schemas -etc/gconf/gconf.xml.defaults/apps/devhelp/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/devhelp/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/devhelp/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/devhelp/%gconf.xml +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/devhelp.schemas > /dev/null || /usr/bin/true include/devhelp-1.0/devhelp/dh-base.h include/devhelp-1.0/devhelp/dh-book-tree.h include/devhelp-1.0/devhelp/dh-error.h @@ -69,10 +67,6 @@ share/locale/uk/LC_MESSAGES/devhelp.mo share/locale/vi/LC_MESSAGES/devhelp.mo share/locale/zh_CN/LC_MESSAGES/devhelp.mo share/locale/zh_TW/LC_MESSAGES/devhelp.mo -@dirrm etc/gconf/gconf.xml.defaults/apps/devhelp/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/devhelp -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/devhelp/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/devhelp @dirrm share/gnome/devhelp/ui @dirrm share/gnome/devhelp/images @dirrm share/gnome/devhelp/dtd |