aboutsummaryrefslogtreecommitdiff
path: root/emulators/bochs
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1997-12-21 14:34:58 +0000
committerAlexander Langer <alex@FreeBSD.org>1997-12-21 14:34:58 +0000
commitcbd8210a93430610a02cea929654ca5bf4e58d20 (patch)
tree2f70f2bdeda72cf9351a9c9b9b174943e524809c /emulators/bochs
parentaa598410b57a4da37c10505ae747bf317b9d5ef9 (diff)
downloadports-cbd8210a93430610a02cea929654ca5bf4e58d20.tar.gz
ports-cbd8210a93430610a02cea929654ca5bf4e58d20.zip
Removed adjustment of LOCAL_PREFIX in patch-aa and MESSAGE.
PR: 5354
Notes
Notes: svn path=/head/; revision=9144
Diffstat (limited to 'emulators/bochs')
-rw-r--r--emulators/bochs/Makefile11
-rw-r--r--emulators/bochs/files/patch-aa4
-rw-r--r--emulators/bochs/pkg-message2
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 <bsd.port.mk> \ No newline at end of file
+.include <bsd.port.mk>
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.