diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-25 20:24:32 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-03-25 20:24:32 +0000 |
commit | 9225c521c3e097ac831e541c438eceb958bb610f (patch) | |
tree | 061ddf8e675cbc875e32c1f4eb7b7bae904f292b /emulators/vmware2/pkg-plist | |
parent | Fix incomplete PLIST. (diff) |
- Clean up and minor fixes
- Make portlint satisfy
- Avoid creating files out of WRKDIR
- Remove the void directory "patch" (What ever was this?)
- Adjust whitespace
- Fix some ungrammatical wordings
- Modify COMMENT and DESCR
- Drop fakeprocfs support due to the import of Linux procfs to the base system
- Show MESSAGE after installation
- Change maintainer to the -emulation list because:
- Vladimir seems too busy or unreachable these days
- This port depends very much on Linux compatibility stuff
- Get it to check if the system has Linux procfs module and stop if not
PR: ports/16960 (add WWW to DESCR)
No response by: maintainer
Diffstat (limited to 'emulators/vmware2/pkg-plist')
-rw-r--r-- | emulators/vmware2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware2/pkg-plist b/emulators/vmware2/pkg-plist index 4b5cbebd2b70..da8830d4a218 100644 --- a/emulators/vmware2/pkg-plist +++ b/emulators/vmware2/pkg-plist @@ -1,7 +1,7 @@ bin/vmware +etc/rc.d/vmware.sh etc/vmware/config lib/vmware/bin/df -lib/vmware/bin/fakeprocfs.sh lib/vmware/bin/vmware lib/vmware/bin/vmnet-bridge lib/vmware/bin/vmnet-dhcpd @@ -113,7 +113,7 @@ share/doc/vmware/README.FreeBSD @exec ln -s %D/etc/vmware /etc/vmware @exec mknod /dev/vmmon c 200 0 @exec mknod /dev/vmnet1 c 201 1 -@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? +@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? @dirrm etc/vmware @dirrm lib/vmware/bin @dirrm lib/vmware/lib/help |