summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-25 19:52:33 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-25 19:52:33 +0000
commitffecdfda4a8db382204f8209ab8c945767f4c4db (patch)
treec307ade19ce286b451a1a01b6d56f3336fde01fb /archivers
parentUpdate PostgreSQL's snapshot to today. Included are numerous fixes and (diff)
Add a call to ``env'' for the gconf install and uninstall rules just to be
safe.
Notes
Notes: svn path=/head/; revision=112269
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