I can just grep to figure it out:
	
	
	
		
But is there a better (easier, more correct) way? I looked at the pkg man pages, but didn't find anything. For example, pkg config only gives me the repo directories:
	
	
	
		
which might be useful, but not here.
				
			
		Code:
	
	root@kg-quiet# grep url /etc/pkg/FreeBSD.conf
  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
		Code:
	
	root@kg-quiet# pkg config repos_dir
/etc/pkg/
/usr/local/etc/pkg/repos/ 
			    