diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog2/Makefile | 2 | ||||
-rw-r--r-- | graphics/eog2/pkg-plist | 3 | ||||
-rw-r--r-- | graphics/gpdf/Makefile | 2 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 3 |
4 files changed, 4 insertions, 6 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 485649d49..d54193b37 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -26,6 +26,8 @@ USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +GCONF_SCHEMAS= eog.schemas + .include <bsd.port.pre.mk> .if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10) diff --git a/graphics/eog2/pkg-plist b/graphics/eog2/pkg-plist index e92c6cc6b..c10de24a3 100644 --- a/graphics/eog2/pkg-plist +++ b/graphics/eog2/pkg-plist @@ -1,7 +1,4 @@ bin/eog -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/eog.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/eog.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/eog.schemas > /dev/null || /usr/bin/true share/gnome/applications/eog.desktop share/gnome/eog/glade/eog.glade share/gnome/gnome-2.0/ui/eog-gtk-ui.xml diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index e65168897..94ade91ce 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -24,4 +24,6 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= gpdf.schemas + .include <bsd.port.mk> diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index 15d68f93c..344da811e 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -1,7 +1,4 @@ bin/gpdf -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gpdf.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer share/gnome/application-registry/gpdf.applications |