From 6209cbd00284c9c5eb298c290b8f6b74c8a98500 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 12 Oct 2015 12:03:57 +0000 Subject: [PATCH] Add USES=terminfo and @terminfo. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3853 --- .../books/porters-handbook/plist/chapter.xml | 15 +++++++++++++++ .../books/porters-handbook/uses/chapter.xml | 14 +++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) 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 @@