diff options
Diffstat (limited to 'games/oneko-sakura/Makefile')
-rw-r--r-- | games/oneko-sakura/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 9a690df178fe..bbc403322a4f 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -20,10 +20,15 @@ MAINTAINER= hotaru@tail.net COMMENT= A cat, Sakura or Tomoyo chasing a mouse all over the screen USE_IMAKE= yes +USE_REINPLACE= yes MAN6= oneko.6 NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/" RESTRICTED_FILES= ${PATCHFILES} +pre-patch: + @${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \ + ${WRKSRC}/Imakefile + pre-configure: @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile |