diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
commit | ffecdfda4a8db382204f8209ab8c945767f4c4db (patch) | |
tree | c307ade19ce286b451a1a01b6d56f3336fde01fb /audio | |
parent | 8798bb8a941bb39d32ecf537dd8b1acfe11c7c26 (diff) | |
download | ports-ffecdfda4a8db382204f8209ab8c945767f4c4db.tar.gz ports-ffecdfda4a8db382204f8209ab8c945767f4c4db.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox-devel/pkg-plist | 4 | ||||
-rw-r--r-- | audio/rhythmbox/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/rhythmbox-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist index b765f405e4eb..a3939a9707e3 100644 --- a/audio/rhythmbox-devel/pkg-plist +++ b/audio/rhythmbox-devel/pkg-plist @@ -1,7 +1,7 @@ bin/rhythmbox -@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/rhythmbox.schemas -@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true lib/bonobo/librb-nautilus-context-menu.so libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index b765f405e4eb..a3939a9707e3 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -1,7 +1,7 @@ bin/rhythmbox -@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true etc/gconf/schemas/rhythmbox.schemas -@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true +@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/rhythmbox.schemas > /dev/null || /usr/bin/true lib/bonobo/librb-nautilus-context-menu.so libdata/bonobo/servers/GNOME_Rhythmbox.server libdata/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server |