aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gtodo
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-26 03:52:33 +0800
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-26 03:52:33 +0800
commitffecdfda4a8db382204f8209ab8c945767f4c4db (patch)
treec307ade19ce286b451a1a01b6d56f3336fde01fb /deskutils/gtodo
parent8798bb8a941bb39d32ecf537dd8b1acfe11c7c26 (diff)
downloadfreebsd-ports-gnome-ffecdfda4a8db382204f8209ab8c945767f4c4db.tar.gz
freebsd-ports-gnome-ffecdfda4a8db382204f8209ab8c945767f4c4db.tar.zst
freebsd-ports-gnome-ffecdfda4a8db382204f8209ab8c945767f4c4db.zip
Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
Diffstat (limited to 'deskutils/gtodo')
-rw-r--r--deskutils/gtodo/pkg-plist4
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