Piotr Smyrak wrote on 2021/05/05 02:28:
> $ find /usr/ports -name pkg-plist | xargs grep -l bin/g-ir-scanner

If grep is to be used, then

grep -rn --include \*/Makefile\* --include \*/pkg-plist\* -e g-ir-scanner 
/usr/ports

It can also be picked up to some extent from PLIST_FILES in the Makefile.

_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to