diff options
author | pav <pav@FreeBSD.org> | 2006-04-29 05:37:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-29 05:37:44 +0800 |
commit | d5902ee94260b72c46c527682c4e092427b71d4b (patch) | |
tree | b21d024afb563da909e9da773b6754e30d3d8f36 /x11-wm | |
parent | bb8ebfaccdaa2142ee7830dc7d82b023d42fe516 (diff) | |
download | freebsd-ports-gnome-d5902ee94260b72c46c527682c4e092427b71d4b.tar.gz freebsd-ports-gnome-d5902ee94260b72c46c527682c4e092427b71d4b.tar.zst freebsd-ports-gnome-d5902ee94260b72c46c527682c4e092427b71d4b.zip |
- Use GCONF_SCHEMAS, portlint
PR: ports/95833 (based on)
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'x11-wm')
-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 |