diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-05-17 08:48:26 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-05-17 08:48:26 +0000 |
| commit | c1323a523a682638a87947d1abe06946f63c74d9 (patch) | |
| tree | 8ac9f26a86b87462fc004c8d5214888d67a202ff /lib/libncurses | |
| parent | edfeb4834f1975e5d89279433364e2bb5397cf9a (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 014779b0cccd..ffa8d82a692f 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -376,7 +376,7 @@ terminfo.5: MKterminfo.sh terminfo.head Caps ${NCURSES}/include/Caps ${NCURSES}/man/terminfo.tail >$@ CLEANFILES+= terminfo.5 -MANFILTER= sed -e 's%@DATADIR@%${TERMINFODIR}/terminfo%g' +MANFILTER= sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%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 \ |
