git: adec9669ff16 - main - expand @TPUT@ in ncurses manpages
Yuri Pankov
yuripv at FreeBSD.org
Wed Apr 14 15:18:54 UTC 2021
The branch main has been updated by yuripv:
URL: https://cgit.FreeBSD.org/src/commit/?id=adec9669ff1679f1220352800c0dfdcc7963802c
commit adec9669ff1679f1220352800c0dfdcc7963802c
Author: Yuri Pankov <yuripv at FreeBSD.org>
AuthorDate: 2021-04-14 15:16:59 +0000
Commit: Yuri Pankov <yuripv at 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' \
More information about the dev-commits-src-main
mailing list