summaryrefslogtreecommitdiffstats
path: root/net/straw
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-25 19:52:33 +0000
committermarcus <marcus@FreeBSD.org>2004-06-25 19:52:33 +0000
commit5938666a456a9cbe1981157e54e30389c4504131 (patch)
tree0ca03bca992908149734ce604dfd16d1f94b9d5e /net/straw
parent860de0a04c3d588c74ebfa0cd5f6ce7645c9e9ff (diff)
downloadFreeBSD-ports-5938666a456a9cbe1981157e54e30389c4504131.zip
FreeBSD-ports-5938666a456a9cbe1981157e54e30389c4504131.tar.gz
Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
Diffstat (limited to 'net/straw')
-rw-r--r--net/straw/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/straw/pkg-plist b/net/straw/pkg-plist
index 52f91d7..ca2ea52 100644
--- a/net/straw/pkg-plist
+++ b/net/straw/pkg-plist
@@ -1,7 +1,7 @@
bin/straw
-@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
+@unexec env 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
+@exec env 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
OpenPOWER on IntegriCloud