diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /textproc/nicetext/Makefile | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'textproc/nicetext/Makefile')
-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} |