diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-22 23:06:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-22 23:06:45 +0000 |
commit | f99cae54f0a91d3c87548ad7ff69930c8b9059b8 (patch) | |
tree | e580062ea6c47dd6ef006ce57c655845976a8934 /emulators/jzintv | |
parent | 976d7a40d4c2ddbdd98ae7063fd3c8814696fc1b (diff) | |
download | ports-f99cae54f0a91d3c87548ad7ff69930c8b9059b8.tar.gz ports-f99cae54f0a91d3c87548ad7ff69930c8b9059b8.zip |
Notes
Diffstat (limited to 'emulators/jzintv')
-rw-r--r-- | emulators/jzintv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index b9ad24eacf2a..224ad25226cc 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -41,6 +41,8 @@ PLIST_SUB+= PL_TOOLS="@comment " post-patch: @${REINPLACE_CMD} '227s|/usr/local/share/jzintv|${DATADIR}|' ${BUILD_WRKSRC}/config.h @${CP} ${BUILD_WRKSRC}/Makefile.freebsd ${BUILD_WRKSRC}/Makefile + @${FIND} ${WRKSRC} -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e 's|dprintf|dbprintf|g' + @${FIND} ${WRKSRC} -name "*.c.bak" -delete do-install: ${MKDIR} ${DATADIR}/rom |