diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
commit | 674ef6d2faf4cabdc934eabee182165994ccf013 (patch) | |
tree | 667e506bbd2dda24cbdcbe3855e74ab34414d08f /net/vino | |
parent | 0b9ad49bf224ac6ba6fcbf25c4d2da995e4b75ed (diff) | |
download | freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.gz freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.zst freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
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 |