diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-28 21:37:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-28 21:37:44 +0000 |
commit | 567b0f666d6ef13348cd337b5a603a4ae02dae4e (patch) | |
tree | 86c5825005f6066e38337d73cf88c97ba07c1a64 /x11-wm/expocity | |
parent | f00fbaa34b26e312352ef2680f7de8ef8a532f00 (diff) | |
download | ports-567b0f666d6ef13348cd337b5a603a4ae02dae4e.tar.gz ports-567b0f666d6ef13348cd337b5a603a4ae02dae4e.zip |
- Use GCONF_SCHEMAS, portlint
PR: ports/95833 (based on)
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Notes
Notes:
svn path=/head/; revision=160687
Diffstat (limited to 'x11-wm/expocity')
-rw-r--r-- | x11-wm/expocity/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/expocity/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
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 |