summaryrefslogtreecommitdiffstats
path: root/editors/flim-emacs20
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-03-09 04:27:15 +0000
committershige <shige@FreeBSD.org>1999-03-09 04:27:15 +0000
commit4706a4a0a89127f4e8fbc39e02da9c241ec0c3fc (patch)
treeee872b4f00208c2e95e65031d979383815ba8230 /editors/flim-emacs20
parent4ed0a740ef693445fa92d3b8326fc70ab42f81b4 (diff)
downloadFreeBSD-ports-4706a4a0a89127f4e8fbc39e02da9c241ec0c3fc.zip
FreeBSD-ports-4706a4a0a89127f4e8fbc39e02da9c241ec0c3fc.tar.gz
Use ${ECHO_MSG}.
Diffstat (limited to 'editors/flim-emacs20')
-rw-r--r--editors/flim-emacs20/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/flim-emacs20/Makefile b/editors/flim-emacs20/Makefile
index 7017e2c..8492997 100644
--- a/editors/flim-emacs20/Makefile
+++ b/editors/flim-emacs20/Makefile
@@ -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)
OpenPOWER on IntegriCloud