On Thu, Feb 25, 2021 at 09:11:55PM +0000, Stuart Henderson wrote: > Oh that makes sense yes. (Some example use of this crept into my > p5-Pod-Parser port, that still had post-extract so that it worked on > a current tree too). The mk bits read OK to me.
> @@ -2688,6 +2689,9 @@ _post-extract-finalize: > .endfor > .if ${FIX_EXTRACT_PERMISSIONS:L} == "yes" > @chmod -R a+rX ${WRKDIR} > +.endif > +.if !empty(FIX_CRLF_FILES) > + @cd ${WRKSRC} && perl -i -pe 's/\r$$//' ${FIX_CRLF_FILES} `--' between perl options and file names never hurt here, that's what at least EXTRACT_CASES and MODPY_BIN_ADJ do already. > .endif > > # run as _pbuild