mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix build error (distfiles sub-directory error).
Submitted by: Motoyuki Konno <motoyuki@bsdclub.org>
This commit is contained in:
parent
fdaa5c1782
commit
ea57445173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31022
@ -35,7 +35,8 @@ USE_IMAKE= yes
|
||||
DOCDIR= ${PREFIX}/share/doc/kterm16c
|
||||
|
||||
post-extract:
|
||||
@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/pcemu1.01alpha.tar.gz \
|
||||
@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
${DISTDIR}/${DIST_SUBDIR}/pcemu1.01alpha.tar.gz \
|
||||
${EXTRACT_AFTER_ARGS} -C ${WRKDIR} pcemu1.01alpha/vga.bdf
|
||||
@cd ${WRKDIR}/pcemu1.01alpha; \
|
||||
bdftopcf vga.bdf > vga.pcf; \
|
||||
|
Loading…
Reference in New Issue
Block a user