View | Details | Raw Unified | Return to bug 233774 | Differences between
and this patch

Collapse All | Expand All

(-)src/portlint.pl (-1 / +1 lines)
Lines 3149-3155 Link Here
3149
		if ($tmp =~ /\nLICENSE_FILE_([^\s=]+)([\s=])/) {
3149
		if ($tmp =~ /\nLICENSE_FILE_([^\s=]+)([\s=])/) {
3150
			my $lfn = $1;
3150
			my $lfn = $1;
3151
			my $nchar = $2;
3151
			my $nchar = $2;
3152
			if ($lfn ne $makevar{LICENSE}) {
3152
			if (!grep(/$lfn/, $makevar{LICENSE})) {
3153
				&perror("FATAL", $file, -1, "license specified is $makevar{LICENSE}, ".
3153
				&perror("FATAL", $file, -1, "license specified is $makevar{LICENSE}, ".
3154
					"but LICENSE_FILE specified is for $lfn.");
3154
					"but LICENSE_FILE specified is for $lfn.");
3155
			}
3155
			}

Return to bug 233774