aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-manual
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:08:52 +0000
commit0b1020495087240f21a4fa421e92e457fc065310 (patch)
treea9275c6a984cfec29d075da9a46c02652d31293e /japanese/p5-manual
parent656da512bff3c98531096fb649085c714a884a31 (diff)
downloadports-0b1020495087240f21a4fa421e92e457fc065310.tar.gz
ports-0b1020495087240f21a4fa421e92e457fc065310.zip
Notes
Diffstat (limited to 'japanese/p5-manual')
-rw-r--r--japanese/p5-manual/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-manual/Makefile b/japanese/p5-manual/Makefile
index 4a57ade2665d..a0054362d7c3 100644
--- a/japanese/p5-manual/Makefile
+++ b/japanese/p5-manual/Makefile
@@ -52,9 +52,9 @@ do-install:
.include <bsd.port.post.mk>
plist:
- @${ECHO} -n >${PLIST}
+ @${ECHO_CMD} -n >${PLIST}
.for item in 1 3
.for file in ${CAT${item}}
- @${ECHO} man/ja/cat${item}/${file}.gz >>${PLIST}
+ @${ECHO_CMD} man/ja/cat${item}/${file}.gz >>${PLIST}
.endfor
.endfor