diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-25 04:58:00 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-06-25 04:58:00 +0000 |
commit | fd273cf6dcb27b5171db2eaf0237563e9501ec6f (patch) | |
tree | 6a463118f461aa9976fab5d1be72df6e4c2cdc77 | |
parent | . Use bsd.java.mk 2.0 settings (ensures this port gets a native JDK, which (diff) |
Chase the new gconf key policy, which will make handling gconf schemas much
easier for GNOME 2.8.
Notes
Notes:
svn path=/head/; revision=112192
-rw-r--r-- | deskutils/gtodo/pkg-plist | 14 | ||||
-rw-r--r-- | net/straw/pkg-plist | 14 |
2 files changed, 4 insertions, 24 deletions
diff --git a/deskutils/gtodo/pkg-plist b/deskutils/gtodo/pkg-plist index be650776e89c..472875ac9335 100644 --- a/deskutils/gtodo/pkg-plist +++ b/deskutils/gtodo/pkg-plist @@ -1,11 +1,7 @@ bin/gtodo -etc/gconf/gconf.xml.defaults/apps/gtodo/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gtodo/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gtodo/view/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view/%gconf.xml +@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/gtodo.schemas +@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gtodo.schemas > /dev/null || /usr/bin/true share/gnome/applications/gtodo.desktop share/gnome/pixmaps/gtodo-about.png share/gnome/pixmaps/gtodo-edit.png @@ -18,9 +14,3 @@ share/locale/pl/LC_MESSAGES/gtodo.mo share/locale/ru/LC_MESSAGES/gtodo.mo share/locale/sr/LC_MESSAGES/gtodo.mo share/locale/sr@Latn/LC_MESSAGES/gtodo.mo -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/view -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo/prefs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtodo -@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/view -@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo/prefs -@dirrm etc/gconf/gconf.xml.defaults/apps/gtodo diff --git a/net/straw/pkg-plist b/net/straw/pkg-plist index 89ca3684591a..52f91d735cd7 100644 --- a/net/straw/pkg-plist +++ b/net/straw/pkg-plist @@ -1,11 +1,7 @@ bin/straw -etc/gconf/gconf.xml.defaults/apps/straw/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/straw/general/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/straw/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/straw/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/straw/general/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/straw/ui/%gconf.xml +@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/straw.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/straw.schemas +@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/straw.schemas > /dev/null || /usr/bin/true share/gnome/applications/straw.desktop share/gnome/pixmaps/straw.png share/gnome/straw/Config.py @@ -143,9 +139,3 @@ share/locale/sr/LC_MESSAGES/straw.mo share/locale/sr@Latn/LC_MESSAGES/straw.mo share/locale/sv/LC_MESSAGES/straw.mo @dirrm share/gnome/straw -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw/general -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/straw -@dirrm etc/gconf/gconf.xml.defaults/apps/straw/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/straw/general -@dirrm etc/gconf/gconf.xml.defaults/apps/straw |