From cbd8210a93430610a02cea929654ca5bf4e58d20 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sun, 21 Dec 1997 14:34:58 +0000 Subject: Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE. PR: 5354 --- emulators/bochs/Makefile | 11 ++--------- emulators/bochs/files/patch-aa | 4 ++-- emulators/bochs/pkg-message | 2 +- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index e63d9005e7fa..6497c4e22c11 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,7 +3,7 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/18 03:47:32 alex Exp $ # VGABIOS= VGABIOS-elpin-2.00A @@ -28,13 +28,6 @@ RESTRICTED= "Commercial software" NO_CDROM= ${RESTRICTED} NO_PACKAGE= ${RESTRICTED} -pre-patch: - @${SED} -e 's!LOCAL_PREFIX!${PREFIX}!' patches/patch-aa > patches/patch-aa.new - @${MV} patches/patch-aa.new patches/patch-aa - - @${SED} -e 's!LOCAL_PREFIX!${PREFIX}!' pkg/MESSAGE > pkg/MESSAGE.new - @${MV} pkg/MESSAGE.new pkg/MESSAGE - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin -@${MKDIR} ${PREFIX}/lib/bochs @@ -50,4 +43,4 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/docs-html/*.html ${PREFIX}/share/doc/bochs .endif -.include \ No newline at end of file +.include diff --git a/emulators/bochs/files/patch-aa b/emulators/bochs/files/patch-aa index f566c3ff77fb..b253483e4efe 100644 --- a/emulators/bochs/files/patch-aa +++ b/emulators/bochs/files/patch-aa @@ -17,8 +17,8 @@ #floppya: 1_44=../1.44.yodlowsk #floppya: 1_2=../1.2 #floppya: 1_680=../1.680 -! vgaromimage: LOCAL_PREFIX/lib/bochs/bios/VGABIOS-elpin-2.00A -! romimage: LOCAL_PREFIX/lib/bochs/bios/BIOS-bochs-971213a +! vgaromimage: /usr/local/lib/bochs/bios/VGABIOS-elpin-2.00A +! romimage: /usr/local/lib/bochs/bios/BIOS-bochs-971213a #romimage: bios/rombios.bin ! log: /dev/null ! #log: ./bochs.out diff --git a/emulators/bochs/pkg-message b/emulators/bochs/pkg-message index 7638e6ac3cc2..c1c3492b6577 100644 --- a/emulators/bochs/pkg-message +++ b/emulators/bochs/pkg-message @@ -1,3 +1,3 @@ Bochs requires a .bochsrc file to be present in either your current directory or your home directory before starting. A sample of the -.bochsrc file can be found in LOCAL_PREFIX/lib/bochs/bochsrc.sample. +.bochsrc file can be found in /usr/local/lib/bochs/bochsrc.sample. -- cgit v1.2.3