Date: Sun, 12 Jul 2026 09:19:40 +0000 From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Cc: Dudley Innocent <dudleyi@yahoo.com> Subject: git: 0bee9f41e4 - main - Handbook - wine: Fix packages paths Message-ID: <6a535c2c.38351.4b5e5e0a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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 ....home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a535c2c.38351.4b5e5e0a>
