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 /deskutils/gtodo | |
parent | 8798bb8a941bb39d32ecf537dd8b1acfe11c7c26 (diff) | |
download | ports-ffecdfda4a8db382204f8209ab8c945767f4c4db.tar.gz ports-ffecdfda4a8db382204f8209ab8c945767f4c4db.zip |
Notes
Diffstat (limited to 'deskutils/gtodo')
-rw-r--r-- | deskutils/gtodo/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gtodo/pkg-plist b/deskutils/gtodo/pkg-plist index 472875ac9335..aa1e862aa553 100644 --- a/deskutils/gtodo/pkg-plist +++ b/deskutils/gtodo/pkg-plist @@ -1,7 +1,7 @@ bin/gtodo -@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 +@unexec env 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 +@exec env 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 |