diff options
Diffstat (limited to 'games/oneko-sakura/Makefile')
-rw-r--r-- | games/oneko-sakura/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 5cd784482de5..b777da98100e 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -23,6 +23,6 @@ MAN6= oneko.6 NO_CDROM= "Including a derivative from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/" pre-configure: - @echo "MANSUFFIX=6" >>${WRKSRC}/Imakefile + @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile .include <bsd.port.mk> |