diff options
| author | Brian Dorsey <brian@dorseys.org> | 2026-01-07 05:36:08 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-03 17:55:50 +0000 |
| commit | 5b3e507d0c15222ad9721002bd5f42ba13cd71fb (patch) | |
| tree | d0fc3a7307df94d839c65d12efd18390cbe0dc11 | |
| parent | 022056e987c21c31c6846e79680a002c6e476d84 (diff) | |
| -rw-r--r-- | documentation/content/en/books/handbook/ports/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc index 0aea47b7b5..204c3e6711 100644 --- a/documentation/content/en/books/handbook/ports/_index.adoc +++ b/documentation/content/en/books/handbook/ports/_index.adoc @@ -201,7 +201,7 @@ To switch man:pkg[8] from Quarterly to Latest run the following commands: [source,shell] .... # mkdir -p /usr/local/etc/pkg/repos -# echo 'FreeBSD: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf +# echo 'FreeBSD-ports: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest" }' > /usr/local/etc/pkg/repos/FreeBSD.conf .... Then run this command to update the local package repositories catalogues for the Latest branch: |
