git: 1d2b241c70 - main - [phb]: Remove reference to @fcfontsdir

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Mon, 13 Jun 2022 15:44:52 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1d2b241c7087710f06567a651280491b8e5b817a

commit 1d2b241c7087710f06567a651280491b8e5b817a
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-06-12 16:53:23 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-13 15:42:03 +0000

    [phb]: Remove reference to @fcfontsdir
    
    Chasing change in ports 306567bc74fb
---
 documentation/content/en/books/porters-handbook/plist/_index.adoc | 7 -------
 documentation/content/en/books/porters-handbook/uses/_index.adoc  | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/plist/_index.adoc b/documentation/content/en/books/porters-handbook/plist/_index.adoc
index 7ee24afc97..57c1a6bf19 100644
--- a/documentation/content/en/books/porters-handbook/plist/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/plist/_index.adoc
@@ -344,13 +344,6 @@ _Never_ use directly, add crossref:uses[uses-desktop-file-utils,`USES=desktop-fi
 
 Add a `@dir` entry for the directory passed as an argument, and run `fc-cache -fs` on that directory after installation and deinstallation.
 
-[[plist-keywords-fcfontsdir]]
-=== `@fcfontsdir` _directory_
-
-Add a `@dir` entry for the directory passed as an argument, and run `fc-cache -fs`, `mkfontscale` and `mkfontdir` on that directory after installation and deinstallation.
-Additionally, on deinstallation, it removes the [.filename]#fonts.scale# and [.filename]#fonts.dir# cache files if they are empty.
-This keyword is equivalent to adding both <<plist-keywords-fc,`@fc` _directory_>> and <<plist-keywords-fontsdir,`@fontsdir` _directory_>>.
-
 [[plist-keywords-fontsdir]]
 === `@fontsdir` _directory_
 
diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index c1762bb173..51559eabf6 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -422,10 +422,10 @@ Add a dependency to the client library of the Firebird database.
 [[uses-fonts]]
 == `fonts`
 
-Possible arguments: (none), `fc`, `fcfontsdir` (default), `fontsdir`, `none`
+Possible arguments: (none), `fc`, `fontsdir` (default), `none`
 
 Adds a runtime dependency on tools needed to register fonts.
-Depending on the argument, add a `crossref:plist[plist-keywords-fc,@fc] ${FONTSDIR}` line, `crossref:plist[plist-keywords-fcfontsdir,@fcfontsdir] ${FONTSDIR}` line, `crossref:plist[plist-keywords-fontsdir,@fontsdir] ${FONTSDIR}` line, or no line if the argument is `none`, to the plist.
+Depending on the argument, add a `crossref:plist[plist-keywords-fc,@fc] ${FONTSDIR}` line,  `crossref:plist[plist-keywords-fontsdir,@fontsdir] ${FONTSDIR}` line, or no line if the argument is `none`, to the plist.
 `FONTSDIR` defaults to [.filename]#${PREFIX}/share/fonts/${FONTNAME}# and `FONTNAME` to `${PORTNAME}`.
 Add `FONTSDIR` to `PLIST_SUB` and `SUB_LIST`