diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-03-08 08:04:10 +0000 |
commit | c401538bead79fdc9e59a04467e35222b7e7b544 (patch) | |
tree | 84106bbfa516aa641ebbf8f5081adecccd0b4aa1 /games/f1spirit-remake | |
parent | 3ce0866a9c937f93aedead3fd9faca8580b92a2c (diff) |
Notes
Diffstat (limited to 'games/f1spirit-remake')
-rw-r--r-- | games/f1spirit-remake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/f1spirit-remake/Makefile b/games/f1spirit-remake/Makefile index 027e9859b67d..136bf07cb234 100644 --- a/games/f1spirit-remake/Makefile +++ b/games/f1spirit-remake/Makefile @@ -34,6 +34,7 @@ post-patch: -e 's|"demos"|"${DATADIR}/demos"|g; s|designs/|${DATADIR}/&|g; \ s|f1spirit2.cfg|${DATADIR}/&|g; s|graphics/|${DATADIR}/&|g; \ s|sound/|${DATADIR}/&|g; s|tracks/|${DATADIR}/&|g' + @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/sources/F1Shttp.cpp do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/f1s ${PREFIX}/bin |