diff options
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 |