[Bug 249537] Mk/bsd.port.mk: unbreak makesum for lang/python-doc-html

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 Oct 2021 16:49:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249537

--- Comment #10 from Craig Leres <leres@freebsd.org> ---
I maintain that DISTFILES and MASTER_SITES should share the same fate; any port
with "Multiple Distribution or Patches Files from Multiple Locations" (see
section 5.4.9 of the porters handbook) will always want DISTFILES and
MASTER_SITES to be treated the same.

I would argue that either both variables or neither should be passed to "make
fetch".

From the porters handbook:
> Example 22. Simplified Use of MASTER_SITES:n with One File Per Site
> 
> MASTER_SITES=	ftp://ftp1.example.com/:source1 \
>		http://www.example.com/:source2
> DISTFILES=	source1.tar.gz:source1 \
>		source2.tar.gz:source2

-- 
You are receiving this mail because:
You are on the CC list for the bug.