Wednesday, March 05, 2025

Re: sysutils/plakar: install manpages

On 2025/03/05 11:40, Omar Polo wrote:
> Stuart Henderson <stu@spacehopper.org> wrote:
> > On 2025/03/05 10:01, op@omarpolo.com wrote:
> > > + find ${WRKSRC}/cmd/plakar -iname \*.1 -exec \
> > > + ${INSTALL_MAN} {} ${PREFIX}/man/man1 \;
> >
> > why \; and not +? (fewer exec's of install)
>
> because {} it's not the last argument, so + can't be used :/

hah, I am too used to parallel from moreutils which doesn't
have such a pointless restriction ;)

No comments:

Post a Comment