default_install                                                 &&

if spell_ok less; then
    sedit "s/PAGER		\/bin\/less -is/PAGER		\/bin\/less -isR/" \
          ${INSTALL_ROOT}/usr/share/misc/man.conf
fi                                                              &&

# compatibility (xman)
pushd $INSTALL_ROOT/etc                                         &&
ln -fs ../usr/share/misc/man.conf man.conf                      &&
popd                                                            &&

if [[ $PROFILE_D_SCRIPT == y ]]; then
    install -m 644  $SCRIPT_DIRECTORY/man.sh                    \
                    $INSTALL_ROOT/etc/profile.d
fi
