git: 0bee9f41e4 - main - Handbook - wine: Fix packages paths
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Jul 2026 09:19:40 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=0bee9f41e431b722d09acc0568cc9d46da962d31
commit 0bee9f41e431b722d09acc0568cc9d46da962d31
Author: Dudley Innocent <dudleyi@yahoo.com>
AuthorDate: 2026-07-12 09:19:02 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-07-12 09:19:02 +0000
Handbook - wine: Fix packages paths
PR: 296708
Differential Revision: D58166
---
documentation/content/en/books/handbook/wine/_index.adoc | 6 +++---
1 file 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
....