[Bug 222793] Mk/Uses/cargo.mk: Overrides default DISTFILES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 6 13:29:01 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222793

--- Comment #1 from Mathieu Arnold <mat at FreeBSD.org> ---
I do not think it can be solved by some magic trick.  DISTFILES is only set to
its default value if it is empty when the code is reached.  It is by design, as
you can overwrite the value and not want to add the default value.

The only thing I can think of is having to add a variable like
PLEASE_SET_DISTFILES_TO_DISTNAME=yes, but it is probably easier to set
DISTFILES=${DISTNAME}${EXTRACT_SUFX}.

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


More information about the freebsd-ports-bugs mailing list