diff options
Diffstat (limited to 'games/atomix/Makefile')
-rw-r--r-- | games/atomix/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atomix/Makefile b/games/atomix/Makefile index e892287466bd..83e762c4a6d8 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/games\.games/games:games/' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^$$/d' ${WRKSRC}/po/POTFILES.in |