diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 03:00:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-18 03:00:13 +0800 |
commit | cb9b4c2ab044c633d015a11daae3097bf31a4755 (patch) | |
tree | 3b7ffb307a938e91be286f0885c659f6c11a64ca /archivers | |
parent | d3769d13ed54a861ff04dee96e85b24802d3f58d (diff) | |
download | marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.gz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.bz2 marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.lz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.xz marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.tar.zst marcuscom-ports-cb9b4c2ab044c633d015a11daae3097bf31a4755.zip |
Intro a new GCONF_SCHEMAS, don't use gconf.pl anymore. :-) I will have to
write the doc about this. I will send my write at either gnome or
marcuscvs-devel for the English grammar feedback and etc.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2683 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/Makefile | 2 | ||||
-rw-r--r-- | archivers/file-roller/pkg-plist | 3 | ||||
-rw-r--r-- | archivers/fileroller/Makefile | 2 | ||||
-rw-r--r-- | archivers/fileroller/pkg-plist | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index b6ff2aca5..b572e9a73 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -25,6 +25,8 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= file-roller.schemas + .include <bsd.port.pre.mk> post-install: diff --git a/archivers/file-roller/pkg-plist b/archivers/file-roller/pkg-plist index 2aca220c7..4e4264f34 100644 --- a/archivers/file-roller/pkg-plist +++ b/archivers/file-roller/pkg-plist @@ -1,7 +1,4 @@ bin/file-roller -@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 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/Makefile b/archivers/fileroller/Makefile index b6ff2aca5..b572e9a73 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -25,6 +25,8 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= file-roller.schemas + .include <bsd.port.pre.mk> post-install: diff --git a/archivers/fileroller/pkg-plist b/archivers/fileroller/pkg-plist index 2aca220c7..4e4264f34 100644 --- a/archivers/fileroller/pkg-plist +++ b/archivers/fileroller/pkg-plist @@ -1,7 +1,4 @@ bin/file-roller -@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 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 |