Re: git: 8d98ac3e234f - main - net/rdist7: Add new port
Date: Wed, 20 Mar 2024 04:42:45 UTC
On Wed, Mar 20, 2024 at 03:03:07AM +0000, Cy Schubert wrote: > +++ b/net/rdist7/Makefile > @@ -0,0 +1,38 @@ > +PORTNAME= rdist > +PORTVERSION= 7.0.0.a10 > +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/-alpha/} Or you could write : DISTVERSION= 7.0.0-alpha10 And it would just work. -- Mathieu Arnold