diff options
author | anholt <anholt@FreeBSD.org> | 2003-02-14 04:05:02 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-02-14 04:05:02 +0800 |
commit | c8ad0df9f9ba2a24e9033b082d9ef86729ec2cce (patch) | |
tree | 5e29c347512f626e679821ca1d99d050ee1ac18b /emulators | |
parent | 614826881e02d4207f1b46929e378581858cbfcf (diff) | |
download | freebsd-ports-gnome-c8ad0df9f9ba2a24e9033b082d9ef86729ec2cce.tar.gz freebsd-ports-gnome-c8ad0df9f9ba2a24e9033b082d9ef86729ec2cce.tar.zst freebsd-ports-gnome-c8ad0df9f9ba2a24e9033b082d9ef86729ec2cce.zip |
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>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 5 |
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} |