On 2009-10-01 06:59, [email protected] wrote: > What is the simplest way to found out which port installs specific harder or > library files?
pkg_info has a --which flag that tells you what package a file came from: % pkg_info --which /usr/local/include/pcre.h /usr/local/include/pcre.h was installed by package pcre-7.9 -- Matthew Anthony Kolybabi (Mak) <[email protected]> () ASCII Ribbon Campaign | Against HTML e-mail /\ www.asciiribbon.org | Against proprietary extensions _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
