Fix breakage introduced in previous commits.

PR:		230427
This commit is contained in:
Joe Marcus Clarke 2018-08-07 12:49:20 +00:00
parent 20cccf45bb
commit 91c178d00b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476593

View file

@ -1714,7 +1714,6 @@ sub checkmakefile {
next if ($i eq 'DOCS' or $i eq 'NLS' or $i eq 'EXAMPLES' or $i eq 'IPV6' or $i eq 'X11' or $i eq 'DEBUG');
if (!grep(/^$i$/, (@mopt, @popt))) {
if ($whole !~ /\n${i}_($m)(_\w+)?(.)?=[^\n]+/) {
+\n/) {
if (!$slaveport) {
&perror("WARN", $file, -1, "$i is listed in ".
"OPTIONS_DEFINE, but no PORT_OPTIONS:M$i appears.");