diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-06-29 23:51:30 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-06-29 23:51:30 +0000 |
commit | 1a5beb166dd944199c51577fa69cf8cb46216d2f (patch) | |
tree | 326a1d6bb4dc9cc689ca008ab67710a5d2775474 /textproc/ispell-base/Makefile | |
parent | 900082506d667a219cb89fea7e1e75e73484c3ef (diff) | |
download | pkgsrc-1a5beb166dd944199c51577fa69cf8cb46216d2f.tar.gz |
According to http://www.kdstevens.com/~stevens/ispell-faq.html#bslash:
ispell 3.1.2- contains an irritating bug when using latex that causes all
sorts of problems the backslash is used. [...]
The patch provided fixes these problems.
This problem was noted and patches to the Makefile were supplied by
Marko Schuetz (MarkoSchuetz at web dot de) in PR pkg/17418 - thanks!
This closes PR# pkg/17418.
Diffstat (limited to 'textproc/ispell-base/Makefile')
-rw-r--r-- | textproc/ispell-base/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ispell-base/Makefile b/textproc/ispell-base/Makefile index 9b7f0493e25..c2b91f2f671 100644 --- a/textproc/ispell-base/Makefile +++ b/textproc/ispell-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:43 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/06/29 23:51:30 jschauma Exp $ # DISTNAME= ispell-3.1.20 @@ -7,6 +7,9 @@ PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ +PATCH_SITES= ftp://kdstevens.com/pub/stevens/ +PATCHFILES= ispell-patch1.gz + MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html COMMENT= Interactive spelling checker |