How to Termcap/Terminfo?

If you need the terminfo databse you need to edit the makefile file
Code:
# cd /usr/ports/devel/ncurses 
Edit Makefile replacing '--with-hashed-db' with '--without-hashed-db'
# make
# make install
# make clean
 
Back
Top