Re: git: bd12c83965dd - main - net/boinc_curses: adopt, portfmt
Date: Wed, 10 Aug 2022 17:40:40 UTC
On Wed, Aug 10, 2022 at 05:05:30PM +0000, Larry Rosenman wrote: > commit bd12c83965ddfcd3ae6940e135bed67638bbb046 > > net/boinc_curses: adopt, portfmt > ... > do-install: > - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ > + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ > + ${STAGEDIR}${PREFIX}/bin/ Just wondering what's the rationale for this change? Previosly it was one perfectly readable line which fit the ~80 char terminal width with some extra slack. We do wrap overly long lines, but why here? ./danfe