diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2022-03-29 23:31:35 +0200 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2022-03-29 23:33:38 +0200 |
commit | 8c5fee5f1451cf305deeffa377d410aa178e3afc (patch) | |
tree | b32e38066d0be00832482691e3ba9ada0a8e785c /emulators/pcemu/files/patch-aa | |
parent | devel/avr-gcc: Update to GCC 11.2 (diff) |
emulators/pcemu: Fix obsolete (and now broken) font handling
Replace the now obsolete @fcfontdir keyword in the plist by
the appropriate handling with USES=fonts.
Reported by: pkg-fallout
Diffstat (limited to 'emulators/pcemu/files/patch-aa')
-rw-r--r-- | emulators/pcemu/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/files/patch-aa b/emulators/pcemu/files/patch-aa index 91ccc06dbd69..58a0d5051b9e 100644 --- a/emulators/pcemu/files/patch-aa +++ b/emulators/pcemu/files/patch-aa @@ -42,7 +42,7 @@ + install: pcemu bootstrapper + -mkdir -p ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu \ + ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/doc \ -+ ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font \ ++ ${STAGEDIR}${FONTSDIR} \ + ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/C \ + ${STAGEDIR}/${LOCALPREFIX}/bin + install -c -s pcemu ${STAGEDIR}/${LOCALPREFIX}/bin/ @@ -54,7 +54,7 @@ + rm -f ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/doc/report.ps.gz + gzip --best < report.ps > ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/doc/report.ps.gz + rm -f ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font/vga.pcf.Z -+ bdftopcf vga.bdf | compress > ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/font/vga.pcf.Z ++ bdftopcf vga.bdf | compress > ${STAGEDIR}${FONTSDIR}/vga.pcf.Z + install -c -m 644 programs/vga50.com programs/config.sys \ + programs/dumpdisk.exe programs/lredir.exe programs/emufs.sys \ + ${STAGEDIR}/${LOCALPREFIX}/lib/pcemu/C |