git: 748b20ba7e - main - [phb:Testing the Port] Fix unended sentence.

Fernando Apesteguía fernape at FreeBSD.org
Sun Apr 18 16:09:00 UTC 2021


The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=748b20ba7e11de6ff36511177d8d5a0c21a34ad4

commit 748b20ba7e11de6ff36511177d8d5a0c21a34ad4
Author:     Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-04-18 16:03:29 +0000
Commit:     Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-04-18 16:05:34 +0000

    [phb:Testing the Port] Fix unended sentence.
    
    Drop "As" and make two shorter sentences.
    
    Approved By: 0mp (mentor)
    Differential Revision: https://reviews.freebsd.org/D29286
---
 documentation/content/en/books/porters-handbook/testing/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index a274553618..c23adf3a17 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -76,7 +76,7 @@ The package:ports-mgmt/porttools[] program is part of the Ports Collection.
 
 `PREFIX` determines where the port will be installed. It defaults to [.filename]#/usr/local#, but can be set by the user to a custom path like [.filename]#/opt#. The port must respect the value of this variable.
 
-`DESTDIR`, if set by the user, determines the complete alternative environment, usually a jail or an installed system mounted somewhere other than [.filename]#/#. A port will actually install into [.filename]#DESTDIR/PREFIX#, and register with the package database in [.filename]#DESTDIR/var/db/pkg#. As `DESTDIR` is handled automatically by the ports infrastructure with man:chroot[8]. There is no need for modifications or any extra care to write `DESTDIR`-compliant ports.
+`DESTDIR`, if set by the user, determines the complete alternative environment, usually a jail or an installed system mounted somewhere other than [.filename]#/#. A port will actually install into [.filename]#DESTDIR/PREFIX#, and register with the package database in [.filename]#DESTDIR/var/db/pkg#. `DESTDIR` is handled automatically by the ports infrastructure with man:chroot[8]. There is no need for modifications or any extra care to write `DESTDIR`-compliant ports.
 
 The value of `PREFIX` will be set to `LOCALBASE` (defaulting to [.filename]#/usr/local#). If `USE_LINUX_PREFIX` is set, `PREFIX` will be `LINUXBASE` (defaulting to [.filename]#/compat/linux#).
 


More information about the dev-commits-doc-all mailing list