diff options
| author | Dudley Innocent <dudleyi@yahoo.com> | 2026-07-12 09:19:02 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2026-07-12 09:19:02 +0000 |
| commit | 0bee9f41e431b722d09acc0568cc9d46da962d31 (patch) | |
| tree | 99cf321f3aa47522cac699ff9171354b8aad5580 | |
| parent | 19222efd8599079e6b3f3a39cfc3ddec3f687c24 (diff) | |
Handbook - wine: Fix packages paths
PR: 296708
Differential Revision: D58166
| -rw-r--r-- | documentation/content/en/books/handbook/wine/_index.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/content/en/books/handbook/wine/_index.adoc b/documentation/content/en/books/handbook/wine/_index.adoc index db8d521354..b01e1c4580 100644 --- a/documentation/content/en/books/handbook/wine/_index.adoc +++ b/documentation/content/en/books/handbook/wine/_index.adoc @@ -220,7 +220,7 @@ Alternately, compile the port with the following: [source,shell] .... -# cd /usr/ports/emulator/wine-gecko +# cd /usr/ports/emulators/wine-gecko # make install .... @@ -240,7 +240,7 @@ To compile from the ports collection: [source,shell] .... -# cd /usr/ports/emulator/wine-mono +# cd /usr/ports/emulators/wine-mono # make install .... @@ -258,7 +258,7 @@ Alternately compile the WINE sub-system from source with the following: [source,shell] .... -# cd /usr/ports/emulator/wine +# cd /usr/ports/emulators/wine # make install .... |
