diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:58:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 11:58:52 +0000 |
commit | 77f6c01ede076821a0791ed785bded77734e07d9 (patch) | |
tree | 32f6b967d4af1824b6eee01059853d1ba5d523d0 /textproc/nicetext | |
parent | 897d06aa9731645e0a7fa7c315028dcdbfa3c798 (diff) |
Notes
Diffstat (limited to 'textproc/nicetext')
-rw-r--r-- | textproc/nicetext/Makefile | 4 |
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} |