diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-29 10:02:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-29 10:02:29 +0000 |
commit | 89893e6b6df36f39927c63c63b3e31e7416cf084 (patch) | |
tree | 415026c0b6984204335729593069e03036e26a2a /emulators/bochs | |
parent | 8a0ca04195633b411b01c63e6decc6f464da8a41 (diff) | |
download | FreeBSD-ports-89893e6b6df36f39927c63c63b3e31e7416cf084.zip FreeBSD-ports-89893e6b6df36f39927c63c63b3e31e7416cf084.tar.gz |
Fix paths in .bochsrc file.
PR: 16511
Submitted by: Dann Lunsford <dann@greycat.com>
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index dfdcd01..d487383 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -31,8 +31,8 @@ NO_CDROM= ${RESTRICTED} pre-configure: @${PERL} -pi.fbsd \ - -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \ - -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \ + -e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/lib/bochs/bios/| ;' \ + -e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/lib/bochs/bios/|' \ ${WRKSRC}/.bochsrc do-install: |