aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDudley Innocent <dudleyi@yahoo.com>2026-07-12 09:19:02 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2026-07-12 09:19:02 +0000
commit0bee9f41e431b722d09acc0568cc9d46da962d31 (patch)
tree99cf321f3aa47522cac699ff9171354b8aad5580
parent19222efd8599079e6b3f3a39cfc3ddec3f687c24 (diff)
Handbook - wine: Fix packages paths
PR: 296708 Differential Revision: D58166
-rw-r--r--documentation/content/en/books/handbook/wine/_index.adoc6
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
....