diff options
author | knu <knu@FreeBSD.org> | 2000-04-05 03:03:36 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-05 03:03:36 +0800 |
commit | 9fc2ad2e51123003b50155437114e19b6fb58fd0 (patch) | |
tree | ce08f5af90257122a5f0c23108200d00d56eecb8 /emulators/vmware | |
parent | d64db6c37f1a054c07dde7ba9b0291888b71040f (diff) | |
download | freebsd-ports-gnome-9fc2ad2e51123003b50155437114e19b6fb58fd0.tar.gz freebsd-ports-gnome-9fc2ad2e51123003b50155437114e19b6fb58fd0.tar.zst freebsd-ports-gnome-9fc2ad2e51123003b50155437114e19b6fb58fd0.zip |
Style fix:
- Remove post-install information from DESCR's.
- Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
- Remove unnecessary whitespace.
Pointed out by: portlint
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/pkg-message | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware/pkg-message b/emulators/vmware/pkg-message index f20a0c372f92..92a6bfbff485 100644 --- a/emulators/vmware/pkg-message +++ b/emulators/vmware/pkg-message @@ -8,7 +8,7 @@ and you can play with VMware after the next boot. Or hit the following commands to play now. :) /sbin/mount_linprocfs linproc /compat/linux/proc - /usr/local/etc/rc.d/vmware.sh start + ${PREFIX}/etc/rc.d/vmware.sh start Also, consider making a link /compat/linux/tmp if your /tmp doesn't have sufficient free space or is slow. VMware uses |