From c703665fd61c774a392a6785e6b1c49569072bf1 Mon Sep 17 00:00:00 2001 From: mharo Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- textproc/nicetext/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/nicetext/Makefile') diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index 3537640929ef..a7c91f8dd9fb 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -3,7 +3,7 @@ # Date created: 20 February 1998 # Whom: Mark Chapman # -# $Id: Makefile,v 1.1.1.1 1999/05/03 02:40:33 steve Exp $ +# $Id: Makefile,v 1.2 1999/08/22 19:00:20 mharo Exp $ DISTNAME= nicetext-0.9 CATEGORIES= textproc @@ -22,8 +22,8 @@ PROGRAMS= bitcp dct2mstr expgram genmodel gramtest impkimmo impmsc \ sortdct txt2dct post-install: - @echo "#!/bin/sh" > ${WRKSRC}/bin/qstart-nttpd - @echo ${PREFIX}/bin/"nttpd -b " ${PREFIX}/share/examples/nicetext/database >> ${WRKSRC}/bin/qstart-nttpd + @${ECHO} "#!/bin/sh" > ${WRKSRC}/bin/qstart-nttpd + @${ECHO} ${PREFIX}/bin/"nttpd -b " ${PREFIX}/share/examples/nicetext/database >> ${WRKSRC}/bin/qstart-nttpd ${CHMOD} a+rx ${WRKSRC}/bin/qstart-nttpd ${INSTALL_SCRIPT} ${WRKSRC}/bin/qstart-nttpd ${PREFIX}/bin/ .for f in ${MAN1} -- cgit