Fix breakage introduced in previous commits.
PR: 230427
This commit is contained in:
parent
20cccf45bb
commit
91c178d00b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476593
1 changed files with 0 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Reference in a new issue