diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-12 21:07:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-12 21:07:11 +0000 |
commit | e4550385b3689a3aa43d86171a86b6719fee9d59 (patch) | |
tree | b6eb529eb0baf10de992bb765c545001dfd181f9 /games/quake3/Makefile | |
parent | cdb45f517bf5956fea04bbe26b40421f8f54e4a2 (diff) | |
download | ports-e4550385b3689a3aa43d86171a86b6719fee9d59.tar.gz ports-e4550385b3689a3aa43d86171a86b6719fee9d59.zip |
Notes
Diffstat (limited to 'games/quake3/Makefile')
-rw-r--r-- | games/quake3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 24b9abdefe07..8fa5ce2be241 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -45,6 +45,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5- post-patch: @${REINPLACE_CMD} -e 's|%%Q3DIR%%|"${Q3DIR}"|' \ ${WRKSRC}/code/unix/unix_shared.c + @${REINPLACE_CMD} -e 's|botlib.log|/dev/null|' ${WRKSRC}/code/botlib/be_interface.c pre-build: ${MKDIR} ${WRKSRC}/lcc/build |