diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-25 19:52:33 +0000 |
commit | ffecdfda4a8db382204f8209ab8c945767f4c4db (patch) | |
tree | c307ade19ce286b451a1a01b6d56f3336fde01fb /archivers | |
parent | Update 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-plist | 4 | ||||
-rw-r--r-- | archivers/fileroller/pkg-plist | 4 |
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 |