diff options
author | knu <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-04 19:03:36 +0000 |
commit | 9fc2ad2e51123003b50155437114e19b6fb58fd0 (patch) | |
tree | ce08f5af90257122a5f0c23108200d00d56eecb8 /emulators/vmware2 | |
parent | d64db6c37f1a054c07dde7ba9b0291888b71040f (diff) | |
download | FreeBSD-ports-9fc2ad2e51123003b50155437114e19b6fb58fd0.zip FreeBSD-ports-9fc2ad2e51123003b50155437114e19b6fb58fd0.tar.gz |
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/vmware2')
-rw-r--r-- | emulators/vmware2/pkg-message | 4 | ||||
-rw-r--r-- | emulators/vmware2/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware2/pkg-message b/emulators/vmware2/pkg-message index 0bc5817..46a6223 100644 --- a/emulators/vmware2/pkg-message +++ b/emulators/vmware2/pkg-message @@ -1,11 +1,11 @@ ************************************************************ Get Linux procfs ready and initialize vmmon/vmnet as follows: - /usr/local/etc/rc.d/vmware.sh start + ${PREFIX}/etc/rc.d/vmware.sh start then you'll be ready to start vmware. Don't miss the documents installed: - vmware(1) /usr/local/share/doc/vmware/* + vmware(1) ${PREFIX}/share/doc/vmware/* ************************************************************ diff --git a/emulators/vmware2/pkg-plist b/emulators/vmware2/pkg-plist index baf569b..e29983a 100644 --- a/emulators/vmware2/pkg-plist +++ b/emulators/vmware2/pkg-plist @@ -21,7 +21,7 @@ lib/vmware/lib/help/ConfigDisks.htm lib/vmware/lib/help/ConfigEditor.htm lib/vmware/lib/help/ConfigEthernet.htm lib/vmware/lib/help/ConfigFloppy.htm -lib/vmware/lib/help/ConfigGuestOS.htm +lib/vmware/lib/help/ConfigGuestOS.htm lib/vmware/lib/help/ConfigMemory.htm lib/vmware/lib/help/ConfigMisc.htm lib/vmware/lib/help/ConfigParallel.htm |