diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:53:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:53:27 +0000 |
commit | bc07afc1c299155a3451d285f1e3c862af0c8e83 (patch) | |
tree | 1fecad8c5762f1c1f723e927775d4b37b5a0f7d9 /games/oneko-sakura | |
parent | 5406488640c9d4292c7a5349facb9e09d7fb04dc (diff) | |
download | ports-bc07afc1c299155a3451d285f1e3c862af0c8e83.tar.gz ports-bc07afc1c299155a3451d285f1e3c862af0c8e83.zip |
Notes
Diffstat (limited to 'games/oneko-sakura')
-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 2ac186e40f0b..b0d4308c0320 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -24,6 +24,6 @@ NO_CDROM= "Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp.f- RESTRICTED_FILES= ${PATCHFILES} pre-configure: - @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile + @${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile .include <bsd.port.mk> |