Use ${ECHO_MSG}.
This commit is contained in:
parent
64a682dcd6
commit
f1369c8d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17101
@ -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:46 steve Exp $
|
||||
# $Id: Makefile,v 1.5 1999/03/01 09:37:41 shige Exp $
|
||||
#
|
||||
|
||||
DISTNAME= semi-${SEMI_VER}
|
||||
@ -47,18 +47,14 @@ BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf
|
||||
|
||||
.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-ui-en.texi mime-ui-ja.texi; do \
|
||||
mv $${i} $${i}.jis ; \
|
||||
cat $${i}.jis | nkf -e > $${i} ; \
|
||||
echo "===> Please ignore the following errors." ; \
|
||||
${MV} $${i} $${i}.jis ; \
|
||||
${CAT} $${i}.jis | nkf -e > $${i} ; \
|
||||
${ECHO_MSG} "===> Please ignore the following errors." ; \
|
||||
${MAKEINFO} $${i} || ${TRUE} ; \
|
||||
done)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user