How to find what package (or port) a routine is in.

Michael Beasley youvegotmoxie at gmail.com
Fri Sep 11 03:55:09 UTC 2015


> On Sep 10, 2015, at 11:08 PM, reg at dwf.com wrote:
> 
> 
> I think the subject line says it all.
> I'm looking for 'formail' which google FreeBSD formail shows me
> exists in FreeBSD, but I have no idea how to find the package/
> port containing it.
> 
> Someone point me in the right direction.
> -- 
>                                        Reg.Clemens
>                                        reg at dwf.com
> 
`find /usr/ports -name Makefile | xargs grep “formail”`

shows procmail

> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"



More information about the freebsd-questions mailing list