xref: /dflybsd-src/dports.base/pkg.conf (revision a361ab312536a661d74caf5630c7ae20bcd8e3e4)
1*a361ab31SMatthew Dillon# Note that /build/synth will be sed-replaced by buildworld when
2*a361ab31SMatthew Dillon# copying the template into /usr/obj/blah/
3*a361ab31SMatthew Dillon#
4*a361ab31SMatthew Dillon
5*a361ab31SMatthew DillonPkg: {
6*a361ab31SMatthew Dillon	url		: file:///build/synth/live_packages/,
7*a361ab31SMatthew Dillon	mirror_type	: FILE,
8*a361ab31SMatthew Dillon	#signature_type	: NONE,
9*a361ab31SMatthew Dillon	#pubkey		: NONE,
10*a361ab31SMatthew Dillon	#fingerprints	: /usr/share/fingerprints,
11*a361ab31SMatthew Dillon	enabled		: yes
12*a361ab31SMatthew Dillon}
13