mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix do-install after r393228.
${WRKSRC}/fmsx does not exist, ${WRKDIR} is the right variable.
This commit is contained in:
parent
89c08f63ee
commit
55060bd821
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403002
@ -39,7 +39,7 @@ BPP24_CFLAGS= -DBPP24
|
||||
BPP32_CFLAGS= -DBPP32
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/fmsx ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/fmsx ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/fMSX/Unix/fmsx ${STAGEDIR}${PREFIX}/libexec/fmsx
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ROMs/*.FNT ${STAGEDIR}${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user