diff --git a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml index 5e142eb0f7..7d9c27a84d 100644 --- a/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -436,6 +436,21 @@ PLIST_SUB+= X11I386="@comment " /etc/shells. + + <literal>@terminfo</literal> + + Do not use by itself. If the port installs + *.terminfo + files, add USES=terminfo + to its Makefile. + + On installation and deinstallation, if + tic is present, refresh + ${PREFIX}/share/misc/terminfo.db from the + *.terminfo + files in ${PREFIX}/share/misc. + + Base Keywords diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 78b77b522d..5228e04649 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -8,7 +8,7 @@