Date: Wed, 14 Apr 2021 15:18:54 GMT From: Yuri Pankov <yuripv@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: adec9669ff16 - main - expand @TPUT@ in ncurses manpages Message-ID: <202104141518.13EFIs2t093190@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuripv: URL: https://cgit.FreeBSD.org/src/commit/?id=adec9669ff1679f1220352800c0dfdcc7963802c commit adec9669ff1679f1220352800c0dfdcc7963802c Author: Yuri Pankov <yuripv@FreeBSD.org> AuthorDate: 2021-04-14 15:16:59 +0000 Commit: Yuri Pankov <yuripv@FreeBSD.org> CommitDate: 2021-04-14 15:16:59 +0000 expand @TPUT@ in ncurses manpages Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D29761 --- lib/ncurses/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk index cd569ddf9ec8..0ca0e4547ba8 100644 --- a/lib/ncurses/config.mk +++ b/lib/ncurses/config.mk @@ -45,6 +45,7 @@ MANFILTER= sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%g' \ -e 's%@NCURSES_MAJOR@%${NCURSES_MAJOR}%g' \ -e 's%@NCURSES_MINOR@%${NCURSES_MINOR}%g' \ -e 's%@NCURSES_PATCH@%${NCURSES_PATCH}%g' \ + -e 's%@TPUT@%tput%g' \ -e 's%@TSET@%tset%g' \ -e 's%@RESET@%reset%g' \ -e 's%@CLEAR@%clear%g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104141518.13EFIs2t093190>