if pkginstalled ncurses ; then
|
|
# ncurses also ships tput
|
|
var_append patchfiles ' ' "$confdir/no-tput.diff"
|
|
else
|
|
# install the tput info page
|
|
var_append makeopt ' ' '--install-info'
|
|
fi
|