From d5902ee94260b72c46c527682c4e092427b71d4b Mon Sep 17 00:00:00 2001 From: pav Date: Fri, 28 Apr 2006 21:37:44 +0000 Subject: - Use GCONF_SCHEMAS, portlint PR: ports/95833 (based on) Submitted by: Alexander Botero-Lowry --- x11-wm/expocity/Makefile | 2 ++ x11-wm/expocity/pkg-plist | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'x11-wm') diff --git a/x11-wm/expocity/Makefile b/x11-wm/expocity/Makefile index 0e9e8d60fad3..e3f8e51ceb95 100644 --- a/x11-wm/expocity/Makefile +++ b/x11-wm/expocity/Makefile @@ -24,6 +24,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 +GCONF_SCHEMAS= metacity.schemas +USE_GETTEXT= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/x11-wm/expocity/pkg-plist b/x11-wm/expocity/pkg-plist index cce343d8a9dc..d06af82a9937 100644 --- a/x11-wm/expocity/pkg-plist +++ b/x11-wm/expocity/pkg-plist @@ -2,9 +2,6 @@ bin/metacity bin/metacity-message bin/metacity-theme-viewer bin/metacity-window-demo -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/metacity.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/metacity.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/metacity.schemas > /dev/null || /usr/bin/true include/metacity-1/metacity-private/common.h include/metacity-1/metacity-private/gradient.h include/metacity-1/metacity-private/preview-widget.h -- cgit