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 /editors | |
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 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 1 | ||||
-rw-r--r-- | editors/gedit2/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 703e062bf..0fb899e38 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -30,5 +30,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION="2.6" MAN1= gedit.1 +GCONF_SCHEMAS= gedit.schemas .include <bsd.port.mk> diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist index 6603df895..8e77736cc 100644 --- a/editors/gedit2/pkg-plist +++ b/editors/gedit2/pkg-plist @@ -1,8 +1,5 @@ bin/gedit bin/gnome-text-editor -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gedit.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gedit.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gedit.schemas > /dev/null || /usr/bin/true include/gedit-%%VERSION%%/gedit/bonobo-mdi-child.h include/gedit-%%VERSION%%/gedit/bonobo-mdi.h include/gedit-%%VERSION%%/gedit/gedit-convert.h |