mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
67bd4512ae
commit
9938e488de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75474
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user