#!/bin/sh

if which -s lndir;  then
    :
else
    cat <<EOF

This system looks like being NOT INSTALLED XFree86.  This port uses "lndir"
command which belongs to XFree86 distribution packages. Please get and install
it, and try again.  You can get the source from:

  ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/release/sysinstall/lndir.c

EOF
    exit 1
fi
