summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-02-13 20:05:02 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-02-13 20:05:02 +0000
commit9938e488de127586d091efbb0c99ddf7fbfe76e2 (patch)
tree0f22d1001052a8a94835c5cb53f784b953090ce7 /emulators
parentUpdate to 0.5. (diff)
Remove attempt at installing the 1.4.1 BIOS, which was no longer needed with
the 2.0.2 update (fetching of the distfile was removed in the last commit). Noticed by: Ronald Klop <ronald@cs.vu.nl>
Notes
Notes: svn path=/head/; revision=75474
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile
index fdc0bc3aef76..45319b11fe57 100644
--- a/emulators/bochs/Makefile
+++ b/emulators/bochs/Makefile
@@ -126,10 +126,6 @@ pre-everything::
# Post-configure
#
-post-extract:
- @${GZIP_CMD} -dc ${DISTDIR}/BIOS-bochs-1.4.1.gz > \
- ${WRKDIR}/BIOS-bochs-1.4.1
-
post-patch: patch-bochsrc patch-mans patch-wrapper patch-pkgmessage
patch-bochsrc:
@@ -185,7 +181,6 @@ install-bios:
@${MKDIR} ${BIOS_DIR}
@${INSTALL_DATA} ${WRKSRC}/bios/VGABIOS-* ${BIOS_DIR}
@${INSTALL_DATA} ${WRKSRC}/bios/BIOS-* ${BIOS_DIR}
- @${INSTALL_DATA} ${WRKDIR}/BIOS-bochs-1.4.1 ${BIOS_DIR}
install-fonts:
@${MKDIR} ${FONT_DIR}