mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Make PREFIX clean.
This commit is contained in:
parent
b9874cb334
commit
3494e96ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23269
@ -1,3 +1,4 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: bochs
|
||||
# Version required: 990219a
|
||||
# Date created: 16 December 1997
|
||||
@ -26,6 +27,12 @@ WRKSRC= ${WRKDIR}/bochs-${DATE}a
|
||||
RESTRICTED= "Commercial software"
|
||||
NO_CDROM= ${RESTRICTED}
|
||||
|
||||
pre-configure:
|
||||
@${PERL} -pi.fbsd \
|
||||
-e 's|^vgaromimage:\sbios/|vgaromimage: ${PREFIX}/bios/| ;' \
|
||||
-e 's|^romimage:\sfile=bios/|romimage: file=${PREFIX}/bios/|' \
|
||||
${WRKSRC}/.bochsrc
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin
|
||||
-@${MKDIR} ${PREFIX}/lib/bochs
|
||||
|
@ -1,31 +1,9 @@
|
||||
--- .bochsrc.orig Sun Nov 14 16:01:27 1999
|
||||
+++ .bochsrc Mon Nov 22 17:33:48 1999
|
||||
@@ -3,7 +3,7 @@
|
||||
#megs: 16
|
||||
#megs: 8
|
||||
boot: c
|
||||
-vgaromimage: bios/VGABIOS-elpin-2.20
|
||||
+vgaromimage: /usr/local/lib/bochs/bios/VGABIOS-elpin-2.20
|
||||
|
||||
# You many now use double quotes around pathnames, in case
|
||||
# your pathname includes spaces.
|
||||
@@ -68,7 +68,7 @@
|
||||
#floppya: 1_2=../1.2
|
||||
#floppyb: 1_44=../1.680
|
||||
|
||||
-romimage: file=bios/BIOS-bochs-990925a, address=0xf0000
|
||||
+romimage: file=/usr/local/lib/bochs/bios/BIOS-bochs-990925a, address=0xf0000
|
||||
|
||||
#romimage: file=bios/rombios.bin, address=0xf0000
|
||||
#romimage: file=../cbios961203
|
||||
@@ -82,8 +82,8 @@
|
||||
#vgaromimage: ../vgacbios961111
|
||||
#romimage: ../cbios961203
|
||||
+++ .bochsrc Mon Nov 22 17:44:06 1999
|
||||
@@ -84,4 +84,4 @@
|
||||
|
||||
-#log: /dev/null
|
||||
-log: ./bochs.out
|
||||
+log: /dev/null
|
||||
+#log: ./bochs.out
|
||||
keyboard_serial_delay: 200
|
||||
floppy_command_delay: 500
|
||||
#ips: 1500000
|
||||
|
Loading…
Reference in New Issue
Block a user