summaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 20:54:54 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 20:54:54 +0000
commitb44412826c310345af6b4e9f8a18856ab9dc697c (patch)
tree754cc09d016b594a03833ce3daef965c9bdc343a /print/lyx-devel
parentadd homepage here too (diff)
Minor grammer nit.
Notes
Notes: svn path=/head/; revision=17977
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index ab3393e9f098..99d6c2c3fa1b 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/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