Re: MASTER_SITES with DISTVERSION substitution "S:/./-/"

2022-12-27 Thread Nuno Teixeira
Hello Robert! Thanks, I missed that: --- The value of flags in the substitute function is zero or more of the following: g Make the substitution for all non-overlapping matches of the regular expression, not just the

Re: MASTER_SITES with DISTVERSION substitution "S:/./-/"

2022-12-27 Thread Robert Clausecker
Hi Eduardo, Just like with sed(1), append a g modifier to substitute each occurrence: ${DISTVERSION:S/./-/g} Yours, Robert Clausecker Am Tue, Dec 27, 2022 at 12:03:04PM + schrieb Nuno Teixeira: > Hello all, > > I'm working in a port (267717 >