* Antti Harri [2006-11-16]: > is this supposed to work: I ran make update against installed package > and it complained that it's not installed. However pkg_add -r updated > the package without any problems.
make update is quite dumb when it comes to figuring out whether or not a package is installed. FORCE_UPDATE=Yes make install should work, although this will, at least on a -current box, reinstall many packages all the time. Nikolay
