View | Details | Raw Unified | Return to bug 78126
Collapse All | Expand All

(-)src/portlint.pl (+3 lines)
Lines 538-543 Link Here
538
			}
538
			}
539
		}
539
		}
540
540
541
		if (!$has_url) {
542
			&perror("WARN: $file: add \"WWW: URL\" for this port if possible");
543
		}
541
		if ($has_url && ! $has_www) {
544
		if ($has_url && ! $has_www) {
542
			&perror("FATAL: $file: contains a URL but no \"WWW:\"");
545
			&perror("FATAL: $file: contains a URL but no \"WWW:\"");
543
		}
546
		}

Return to bug 78126