Fix the build of sysutils/cpdup and similar ports on FreeBSD stable/10 and
stable/9 since r403467, which set WITHOUT_DEBUG_FILES=1 in bsd.port.mk.
//SpectraBSD_ports/main/Mk/bsd.port.mk
Only set WITHOUT_DEBUG_FILES if OSVERSION > 1100091. That is the
closest FreeBSD_version change to rS291955, which set
DEBUG_FILES to a default YES option on FreeBSD 11. However, it
remains a default NO option on FreeBSD stable/10 and stable/9. This
causes ports to fail to build on those versions if
WITH_DEBUG_FILES=YES is set in /etc/src.conf.
This change effectively undoes svn revisions rP403467 and rP409433 on
older versions of FreeBSD.