Clarify usage and switch to pkg-readmes.

With help from and OK fgsch@
This commit is contained in:
dcoppa 2010-11-11 14:52:01 +00:00
parent 14f3555991
commit 9da2799f80
4 changed files with 15 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/11/07 18:06:00 dcoppa Exp $
# $OpenBSD: Makefile,v 1.2 2010/11/11 14:52:01 dcoppa Exp $
ONLY_FOR_ARCHS =amd64 i386
@ -7,6 +7,7 @@ COMMENT = vmware userland helper for X
V = 0.20101029
DISTNAME = jcs-vmwh-ebb7669
PKGNAME = vmwh-${V}
REVISION = 0
CATEGORIES = sysutils x11
HOMEPAGE = https://github.com/jcs/vmwh/

View File

@ -1,5 +0,0 @@
To copy and paste from/to xterm, you have to put:
XTerm*selectToClipboard:true
into your ~/.Xdefaults

View File

@ -1,2 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/11/07 18:06:00 dcoppa Exp $
@comment $OpenBSD: PLIST,v 1.2 2010/11/11 14:52:01 dcoppa Exp $
@bin bin/vmwh
share/doc/pkg-readmes/${FULLPKGNAME}

11
sysutils/vmwh/pkg/README Normal file
View File

@ -0,0 +1,11 @@
$OpenBSD: README,v 1.1 2010/11/11 14:52:01 dcoppa Exp $
In order to use vmwh add the following line to ~/.xinitrc or
~/.xsession before the window manager:
${TRUEPREFIX}/bin/vmwh &
To enable copy and paste from/to xterm(1) add the following line
to ~/.Xdefaults:
XTerm*selectToClipboard:true