svn commit: r476593 - head/ports-mgmt/portlint/src

Joe Marcus Clarke marcus at FreeBSD.org
Tue Aug 7 12:49:21 UTC 2018


Author: marcus
Date: Tue Aug  7 12:49:20 2018
New Revision: 476593
URL: https://svnweb.freebsd.org/changeset/ports/476593

Log:
  Fix breakage introduced in previous commits.
  
  PR:		230427

Modified:
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Tue Aug  7 12:41:26 2018	(r476592)
+++ head/ports-mgmt/portlint/src/portlint.pl	Tue Aug  7 12:49:20 2018	(r476593)
@@ -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.");


More information about the svn-ports-head mailing list