diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-26 03:52:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-26 03:52:33 +0800 |
commit | 5938666a456a9cbe1981157e54e30389c4504131 (patch) | |
tree | 0ca03bca992908149734ce604dfd16d1f94b9d5e /net/straw | |
parent | 860de0a04c3d588c74ebfa0cd5f6ce7645c9e9ff (diff) | |
download | freebsd-ports-gnome-5938666a456a9cbe1981157e54e30389c4504131.tar.gz freebsd-ports-gnome-5938666a456a9cbe1981157e54e30389c4504131.tar.zst freebsd-ports-gnome-5938666a456a9cbe1981157e54e30389c4504131.zip |
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-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/straw/pkg-plist b/net/straw/pkg-plist index 52f91d735cd7..ca2ea524c38e 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 |