mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04: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
2 changed files with 9 additions and 24 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# ex:ts=8
|
||||||
# New ports collection makefile for: bochs
|
# New ports collection makefile for: bochs
|
||||||
# Version required: 990219a
|
# Version required: 990219a
|
||||||
# Date created: 16 December 1997
|
# Date created: 16 December 1997
|
||||||
|
@ -26,6 +27,12 @@ WRKSRC= ${WRKDIR}/bochs-${DATE}a
|
||||||
RESTRICTED= "Commercial software"
|
RESTRICTED= "Commercial software"
|
||||||
NO_CDROM= ${RESTRICTED}
|
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:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/bochs ${PREFIX}/bin
|
||||||
-@${MKDIR} ${PREFIX}/lib/bochs
|
-@${MKDIR} ${PREFIX}/lib/bochs
|
||||||
|
|
|
@ -1,31 +1,9 @@
|
||||||
--- .bochsrc.orig Sun Nov 14 16:01:27 1999
|
--- .bochsrc.orig Sun Nov 14 16:01:27 1999
|
||||||
+++ .bochsrc Mon Nov 22 17:33:48 1999
|
+++ .bochsrc Mon Nov 22 17:44:06 1999
|
||||||
@@ -3,7 +3,7 @@
|
@@ -84,4 +84,4 @@
|
||||||
#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
|
|
||||||
|
|
||||||
-#log: /dev/null
|
-#log: /dev/null
|
||||||
-log: ./bochs.out
|
-log: ./bochs.out
|
||||||
+log: /dev/null
|
+log: /dev/null
|
||||||
+#log: ./bochs.out
|
+#log: ./bochs.out
|
||||||
keyboard_serial_delay: 200
|
keyboard_serial_delay: 200
|
||||||
floppy_command_delay: 500
|
|
||||||
#ips: 1500000
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue