diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-29 18:02:29 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-29 18:02:29 +0800 |
commit | 89893e6b6df36f39927c63c63b3e31e7416cf084 (patch) | |
tree | 415026c0b6984204335729593069e03036e26a2a /emulators | |
parent | 8a0ca04195633b411b01c63e6decc6f464da8a41 (diff) | |
download | freebsd-ports-gnome-89893e6b6df36f39927c63c63b3e31e7416cf084.tar.gz freebsd-ports-gnome-89893e6b6df36f39927c63c63b3e31e7416cf084.tar.zst freebsd-ports-gnome-89893e6b6df36f39927c63c63b3e31e7416cf084.zip |
Fix paths in .bochsrc file.
PR: 16511
Submitted by: Dann Lunsford <dann@greycat.com>
Diffstat (limited to 'emulators')
-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 dfdcd018245c..d487383f1aae 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: |