Solved [Solved] pkg_info -L equivalent?

Hi,

I've been searching the web and docs but couldn't find it. Does anybody know what is the equivalent for pkg_info -L using the pkg command?
 
Re: pkg_info -L equivalent?

It's the option lower case l.

Code:
% pkg info -l ca_root_nss-3.16.1 
ca_root_nss-3.16.1:
	/usr/local/share/certs/ca-root-nss.crt
 
Back
Top