summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-06-02 16:11:57 +0000
committerache <ache@FreeBSD.org>2002-06-02 16:11:57 +0000
commit530d8e15670f963643045ab60363774ab311c760 (patch)
treeeda410d5b4a7bc5593c3a153df33a231fafaab19 /lib/libncurses
parentf1bf75d03ded7a1a26968d70f00acaf346742364 (diff)
downloadFreeBSD-src-530d8e15670f963643045ab60363774ab311c760.zip
FreeBSD-src-530d8e15670f963643045ab60363774ab311c760.tar.gz
Add NCURSES_OSPEED replace command to MANFILTER
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 0fef910..4de3c8a 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -400,7 +400,8 @@ terminfo.5: MKterminfo.sh terminfo.head Caps
${NCURSES}/include/Caps ${NCURSES}/man/terminfo.tail >$@
CLEANFILES+= terminfo.5
-MANFILTER= sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%g'
+MANFILTER= sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%g' \
+ -e 's%@NCURSES_OSPEED@%${NCURSES_OSPEED}%g'
MANx= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \
curs_beep.3x curs_bkgd.3x curs_border.3x curs_clear.3x curs_color.3x \
OpenPOWER on IntegriCloud