diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
commit | bdb974fb79ead708425a1e6b49538c24c2b26718 (patch) | |
tree | b906cf3a4ea2ecd3dbc91bd181eb3cc97551688b /net/vino | |
parent | 3e5e804114f4ef099c742f3ad40eb7835790c83f (diff) | |
download | ports-bdb974fb79ead708425a1e6b49538c24c2b26718.tar.gz ports-bdb974fb79ead708425a1e6b49538c24c2b26718.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
Notes
Notes:
svn path=/head/; revision=122241
Diffstat (limited to 'net/vino')
-rw-r--r-- | net/vino/Makefile | 2 | ||||
-rw-r--r-- | net/vino/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index e11dabda5745..df3d97b11d66 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -26,4 +26,6 @@ CONFIGURE_ARGS= --enable-session-support CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= vino-server.schemas + .include <bsd.port.mk> diff --git a/net/vino/pkg-plist b/net/vino/pkg-plist index ba8c4a06fed8..551b7dc0c42e 100644 --- a/net/vino/pkg-plist +++ b/net/vino/pkg-plist @@ -1,8 +1,5 @@ bin/vino-preferences bin/vino-session -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/vino-server.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/vino-server.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/vino-server.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_RemoteDesktop.server libexec/vino-server share/gnome/control-center-2.0/capplets/vino-preferences.desktop |