diff options
Diffstat (limited to 'games/trimines')
-rw-r--r-- | games/trimines/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/trimines/Makefile b/games/trimines/Makefile index 6263cf889a9a..71ddb9f665f4 100644 --- a/games/trimines/Makefile +++ b/games/trimines/Makefile @@ -13,6 +13,7 @@ COMMENT= Mine sweeper game that uses triangles instead of squares USE_SDL= sdl +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/|' ${WRKSRC}/src/gfx.c |