summaryrefslogtreecommitdiff
path: root/japanese/skk-jisyo
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /japanese/skk-jisyo
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'japanese/skk-jisyo')
-rw-r--r--japanese/skk-jisyo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/skk-jisyo/Makefile b/japanese/skk-jisyo/Makefile
index 04993630d854..ffc83d511942 100644
--- a/japanese/skk-jisyo/Makefile
+++ b/japanese/skk-jisyo/Makefile
@@ -31,8 +31,8 @@ PLIST_SUB= JISYONAME=${SKKJISYO}
pre-fetch:
.if defined(SKKJISYO_SIZE_INVALID)
- @echo "Error: invalid SKKJISYO_SIZE: ${SKKJISYO_SIZE}"
- @echo "SKKJISYO_SIZE should be L, M, or S."
+ @${ECHO_MSG} "Error: invalid SKKJISYO_SIZE: ${SKKJISYO_SIZE}"
+ @${ECHO_MSG} "SKKJISYO_SIZE should be L, M, or S."
@${FALSE}
.endif