1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix do-install after r393228.

${WRKSRC}/fmsx does not exist, ${WRKDIR} is the right variable.
This commit is contained in:
Raphael Kubo da Costa 2015-12-04 16:50:29 +00:00
parent 89c08f63ee
commit 55060bd821
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403002

View File

@ -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}