Re: git: d6a461ce6716 - main - games/lolcat: update to 1.5
Date: Tue, 16 Jul 2024 07:23:49 UTC
On Sat, Jul 13, 2024 at 06:36:52PM +0000, Zsolt Udvari wrote: > commit d6a461ce6716be61682e196cd624903be0557e50 > > games/lolcat: update to 1.5 > Pet portfmt while I'm here. > ... > @@ -19,7 +19,8 @@ CFLAGS+= -lm > > CONFLICTS_INSTALL= filters > > -PLIST_FILES= bin/censor bin/lolcat > +PLIST_FILES= bin/censor \ > + bin/lolcat I've seen these one-word-per-line splits before, presumably coming from this portfmt thingy, and don't quite see the benefit in this case for example, when words and lines are short. While I think I understand the general rationale behind this, it often make the Makefile actually *less* readable and longer, eating precious vertical space. ./danfe