Use ${ECHO_MSG}.

This commit is contained in:
Shigeyuki Fukushima 1999-03-09 04:27:15 +00:00
parent 08c2848da3
commit 47c8cbfc06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17098

View file

@ -3,7 +3,7 @@
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
# $Id: Makefile,v 1.4 1999/02/22 02:48:42 steve Exp $
# $Id: Makefile,v 1.5 1999/03/01 09:37:23 shige Exp $
#
DISTNAME= flim-${FLIM_VER}
@ -38,18 +38,14 @@ EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 300006
MAKEINFO= makeinfo --no-split --no-validate
.else
MAKEINFO= makeinfo --no-split
.endif
post-build:
@(cd ${WRKSRC} ; \
for i in mime-en.texi mime-ja.texi; do \
${MV} $${i} $${i}.jis ; \
${CAT} $${i}.jis | nkf -e > $${i} ; \
${ECHO} "===> Please ignore the following errors." ; \
${ECHO_MSG} "===> Please ignore the following errors." ; \
${MAKEINFO} $${i} || ${TRUE} ; \
done)