aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-06-26 03:52:33 +0800
committermarcus <marcus@FreeBSD.org>2004-06-26 03:52:33 +0800
commit5938666a456a9cbe1981157e54e30389c4504131 (patch)
tree0ca03bca992908149734ce604dfd16d1f94b9d5e /archivers
parent860de0a04c3d588c74ebfa0cd5f6ce7645c9e9ff (diff)
downloadfreebsd-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 'archivers')
-rw-r--r--archivers/file-roller/pkg-plist4
-rw-r--r--archivers/fileroller/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist
index 06327185490a..cd59ae511d26 100644
--- a/archivers/file-roller/pkg-plist
+++ b/archivers/file-roller/pkg-plist
@@ -1,7 +1,7 @@
bin/file-roller
-@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/file-roller.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/file-roller.schemas > /dev/null || /usr/bin/true
etc/gconf/schemas/file-roller.schemas
-@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/file-roller.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/file-roller.schemas > /dev/null || /usr/bin/true
lib/bonobo/libfile-roller-component.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
diff --git a/archivers/fileroller/pkg-plist b/archivers/fileroller/pkg-plist
index 06327185490a..cd59ae511d26 100644
--- a/archivers/fileroller/pkg-plist
+++ b/archivers/fileroller/pkg-plist
@@ -1,7 +1,7 @@
bin/file-roller
-@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/file-roller.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/file-roller.schemas > /dev/null || /usr/bin/true
etc/gconf/schemas/file-roller.schemas
-@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/file-roller.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/file-roller.schemas > /dev/null || /usr/bin/true
lib/bonobo/libfile-roller-component.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS