diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /textproc/nicetext | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
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 9db614e3787f..3537640929ef 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$ +# $Id: Makefile,v 1.1.1.1 1999/05/03 02:40:33 steve Exp $ DISTNAME= nicetext-0.9 CATEGORIES= textproc @@ -24,7 +24,7 @@ PROGRAMS= bitcp dct2mstr expgram genmodel gramtest impkimmo impmsc \ post-install: @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 + ${CHMOD} a+rx ${WRKSRC}/bin/qstart-nttpd ${INSTALL_SCRIPT} ${WRKSRC}/bin/qstart-nttpd ${PREFIX}/bin/ .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/man1/${f} ${PREFIX}/man/man1 |