Clarify usage and switch to pkg-readmes.
With help from and OK fgsch@
This commit is contained in:
parent
14f3555991
commit
9da2799f80
@ -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
|
ONLY_FOR_ARCHS =amd64 i386
|
||||||
|
|
||||||
@ -7,6 +7,7 @@ COMMENT = vmware userland helper for X
|
|||||||
V = 0.20101029
|
V = 0.20101029
|
||||||
DISTNAME = jcs-vmwh-ebb7669
|
DISTNAME = jcs-vmwh-ebb7669
|
||||||
PKGNAME = vmwh-${V}
|
PKGNAME = vmwh-${V}
|
||||||
|
REVISION = 0
|
||||||
CATEGORIES = sysutils x11
|
CATEGORIES = sysutils x11
|
||||||
|
|
||||||
HOMEPAGE = https://github.com/jcs/vmwh/
|
HOMEPAGE = https://github.com/jcs/vmwh/
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
To copy and paste from/to xterm, you have to put:
|
|
||||||
|
|
||||||
XTerm*selectToClipboard:true
|
|
||||||
|
|
||||||
into your ~/.Xdefaults
|
|
@ -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
|
@bin bin/vmwh
|
||||||
|
share/doc/pkg-readmes/${FULLPKGNAME}
|
||||||
|
11
sysutils/vmwh/pkg/README
Normal file
11
sysutils/vmwh/pkg/README
Normal 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
|
Loading…
Reference in New Issue
Block a user