summaryrefslogtreecommitdiff
path: root/textproc/nicetext
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:58:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 11:58:52 +0000
commit77f6c01ede076821a0791ed785bded77734e07d9 (patch)
tree32f6b967d4af1824b6eee01059853d1ba5d523d0 /textproc/nicetext
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53959
Diffstat (limited to 'textproc/nicetext')
-rw-r--r--textproc/nicetext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile
index 3bc3d45e753a..1b64216eb0cd 100644
--- a/textproc/nicetext/Makefile
+++ b/textproc/nicetext/Makefile
@@ -23,8 +23,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_CMD} "#!/bin/sh" > ${WRKSRC}/bin/qstart-nttpd
+ @${ECHO_CMD} ${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}