This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f3c862d4ac
freebsd-ports
/
emulators
/
vmware2
/
files
/
vmware
11 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
Install ${PREFIX}/bin/vmware as a shell script which sets some environment variables properly to run VMware, instead of installing it as a symbolic link to ${PREFIX}/lib/vmware/bin/vmware. Suggested by: Frank Mayhar <frank@exit.com> Add $FreeBSD$ on the top of the Hints.FreeBSD file. Add a link to the official VMware Product FAQ page.
2000-04-17 06:23:24 +02:00
#!/bin/sh
#
# Run vmware
#
# $FreeBSD$
LANG=C
PATH=/bin:$PATH
D'oh. I forgot to add "$@" to the vmware command line.
2000-04-18 13:06:35 +02:00
@@PREFIX@@/lib/vmware/bin/vmware "$@"
Reference in a new issue
Copy permalink