diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-04-07 21:43:06 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2014-04-07 21:43:06 +0000 |
commit | 2fa1a9efcd8583063fd610ca9ec87467667d4859 (patch) | |
tree | f67afcbc315fcda204a5a59e1831f8cf6901906f | |
parent | Properly remove man/man1/rebuild-gcj-db47.1.gz by removing the (diff) |
- Fix typo
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index f6e80f05cbd5..77f1d1703819 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -29,7 +29,7 @@ USE_PYTHON= yes WAF_SCRIPT= waf post-patch: - @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e + @${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' -e 's|%%CXX%%|${CXX}|g' -e \ 's|version=2.9|version=${WX_VERSION}|g' ${WRKSRC}/wscript do-configure: |