Respect PORTSDIR variable for those who have the ports collection in a different
place than /usr/ports. PORTSDIR is a very common variable used in the ports
framework and in /etc/make.conf among other places.
Add note to manual page.
.Dd to be bumped at commit time.
Note that this same behavior can be achieved by doing something like:
export PORTSDIR=~/FreeBSD-repos/ports whereis -S $PORTSDIR/** -f converseen
Assuming the shell is able to expand the **, but it is much less convenient.