View | Details | Raw Unified | Return to bug 16511
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 33-40 Link Here
33
33
34
pre-configure:
34
pre-configure:
35
	@${PERL} -pi.fbsd \
35
	@${PERL} -pi.fbsd \
36
		-e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \
36
		-e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \
37
		-e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \
37
		-e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/lib/bochs/bios/|' \
38
		${WRKSRC}/.bochsrc
38
		${WRKSRC}/.bochsrc
39
39
40
do-install:
40
do-install:

Return to bug 16511