diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 23:30:05 +0000 |
commit | bdeb8561511e9869fe7b4735106e13b68b529eb8 (patch) | |
tree | e962c6543fdab0f842a6d242127e735d0347e99c /games/quake2-lights | |
parent | 44eaadcb751194bcef34890a161d4bf9a873a2a4 (diff) |
Notes
Diffstat (limited to 'games/quake2-lights')
-rw-r--r-- | games/quake2-lights/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/quake2-lights/Makefile b/games/quake2-lights/Makefile index 5f12bada4af5..de8f6db6a4f0 100644 --- a/games/quake2-lights/Makefile +++ b/games/quake2-lights/Makefile @@ -21,6 +21,8 @@ ALL_TARGET= release DOCSDIR= ${PREFIX}/share/doc/${LATEST_LINK} +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's/__linux__/__unix__/' ${BUILD_WRKSRC}/q_shared.c @${REINPLACE_CMD} -e 's/<malloc\.h>/<stdlib.h>/' \ |