INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
* Support package priorities in want list.
* Clean after install (not just after upgrade).
* Enforce certain core wants (e.g. pkg_install)
priorities to be high.
* Honor PKGMANAGER_DEBUG environment variable.
* Rename 'showwants' command to 'show-wants' for consistency.
* Add a proper manpage.
- 'showwants' now prints a visually nicer and sorted list.
- Add -f flag to sync to supress confirmation dialog.
- Consider both /etc/mk.conf and $PREFIX/etc/mk.conf when detecting
mk.conf changes.
- Summary cache: Use recursively latest modification time
instead of pkgsrc directory modification time when deciding whether
a summary needs to be updated. This should eliminate some (or hopefully
all) of the reported cases where pkgmanager must be explicitly told
to flush the summary cache in order to pick up a dependency change
(assuming strictly increasing system time).