aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2018-08-07 12:49:20 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2018-08-07 12:49:20 +0000
commit91c178d00bb1df2c9f278b9305b5968e3600e13e (patch)
treecc12685beb7cb022502a61c518ad481134449d94 /ports-mgmt
parent20cccf45bbe2ab01d6ca62cc799c355cbc15e8b3 (diff)
downloadports-91c178d00bb1df2c9f278b9305b5968e3600e13e.tar.gz
ports-91c178d00bb1df2c9f278b9305b5968e3600e13e.zip
Fix breakage introduced in previous commits.
PR: 230427
Notes
Notes: svn path=/head/; revision=476593
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/src/portlint.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 5415bfc8917c..f466fe68c48f 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -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.");