diff options
| author | Yuri Pankov <yuripv@FreeBSD.org> | 2021-04-14 15:16:59 +0000 |
|---|---|---|
| committer | Yuri Pankov <yuripv@FreeBSD.org> | 2021-04-14 15:16:59 +0000 |
| commit | adec9669ff1679f1220352800c0dfdcc7963802c (patch) | |
| tree | fed92724c6b9ab18735a2ba77a05b634357946c4 /lib/ncurses | |
| parent | 0c80ad2dc6896c1fd1294cb1af59ab1f8fc95206 (diff) | |
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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' \ |
