Wednesday, March 05, 2025

Re: sysutils/plakar: install manpages

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)

No comments:

Post a Comment