diff options
Diffstat (limited to 'textproc/nicetext')
-rw-r--r-- | textproc/nicetext/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <markc@ctgi.net> # -# $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} |