looking for port origin for executable

Tatsuki Makino tatsuki_makino at hotmail.com
Thu May 6 05:33:21 UTC 2021


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.



More information about the freebsd-ports mailing list