diff options
author | obrien <obrien@FreeBSD.org> | 1999-04-18 20:54:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-04-18 20:54:54 +0000 |
commit | d9d6269225e7f3da83898cc67baec948febb820b (patch) | |
tree | 5b1cc31493b5ea880e9b3d207e3a172128e3eec4 /print/lyx | |
parent | 9fea87584c8ff429bad1fd4ae920f19f83a85005 (diff) | |
download | FreeBSD-ports-d9d6269225e7f3da83898cc67baec948febb820b.zip FreeBSD-ports-d9d6269225e7f3da83898cc67baec948febb820b.tar.gz |
Minor grammer nit.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index ab3393e..99d6c2c 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.26 1999/02/05 14:55:31 dirk Exp $ +# $Id: Makefile,v 1.27 1999/03/15 09:27:25 dirk Exp $ # DISTNAME= lyx-1.0.1 @@ -35,7 +35,7 @@ MAN1= lyx.1 reLyX.1 pre-fetch: .if !defined(WITH_ISPELL) - @${ECHO_MSG} "if you want this port build with spell checker type" + @${ECHO_MSG} "If you want this port built with spell checker support, use" @${ECHO_MSG} "make WITH_ISPELL=yes" .endif |