Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Oct 2017 13:29:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222793] Mk/Uses/cargo.mk: Overrides default DISTFILES
Message-ID:  <bug-222793-13-NNGecLk7If@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222793-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222793-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222793

--- Comment #1 from Mathieu Arnold <mat@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=3Dyes, but it is probably easier to set
DISTFILES=3D${DISTNAME}${EXTRACT_SUFX}.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222793-13-NNGecLk7If>