From 50a4c35830d7dc3c4c31fc157e446123ba4768e3 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 30 Sep 2003 21:50:33 +0000 Subject: - Fix build on -current http://bento.freebsd.org/errorlogs/i386-5-latest/oneko-sakura5-1.2.log PR: 57423 Submitted by: Gerhard Gonter Noticed by: kris via bento --- games/oneko-sakura/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'games/oneko-sakura/Makefile') 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 -- cgit v1.2.3