On Sun, Dec 12, 2021 at 11:25:46AM -0800, Andrew Hewus Fresh wrote:
> On Sun, Dec 12, 2021 at 11:01:36AM -0800, Andrew Hewus Fresh wrote:
> > On Sun, Dec 12, 2021 at 11:42:42AM +0000, Stuart Henderson wrote:
> > > On 2021/12/12 11:29, Omar Polo wrote:
> > > > > Stripping directories from mail/p5-Email-Address
> > > > > Can't put into any plist (no applicable prefix):
> > > > > /auto
> <SNIP>
> > > It was introduced by this change
> > >
> > > ---------------------
> > > PatchSet 1943
> > > Date: 2021/11/23 01:12:38
> > > Author: afresh1
> >
> > Oops, I'm not sure how I missed that.
> > I'll look and see what's going on.
>
> Oops, missed a spot where the variable name changed. Fixed now.
>
> Index: infrastructure/mk/perl.port.mk
> ===================================================================
> RCS file: /cvs/ports/infrastructure/mk/perl.port.mk,v
> retrieving revision 1.31
> diff -u -p -r1.31 perl.port.mk
> --- infrastructure/mk/perl.port.mk 23 Nov 2021 01:12:38 -0000 1.31
> +++ infrastructure/mk/perl.port.mk 12 Dec 2021 19:23:14 -0000
> @@ -82,7 +82,7 @@ _MODPERL_preconfig = :
> . endif
> .endif
>
> -MODPERL_pre-fake = mkdir -p ${WRKINST}${PERL_ARCH}/auto
> +MODPERL_pre-fake = mkdir -p ${WRKINST}${P5ARCH}/auto
>
> .if ${CONFIGURE_STYLE:L:Mmodbuild}
> . if ${CONFIGURE_STYLE:L:Mtiny}
>
>
Happy that update-plist catches this kind of error :)