diff options
Diffstat (limited to 'textproc/ispell-base/patches/patch-ab')
-rw-r--r-- | textproc/ispell-base/patches/patch-ab | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/textproc/ispell-base/patches/patch-ab b/textproc/ispell-base/patches/patch-ab index fa90b951858..5c88ad602f1 100644 --- a/textproc/ispell-base/patches/patch-ab +++ b/textproc/ispell-base/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2001/03/14 12:10:22 agc Exp $ +$NetBSD: patch-ab,v 1.2 2002/02/18 15:14:43 seb Exp $ ---- Makefile.orig Sat Jan 1 20:32:31 2000 -+++ Makefile Sat Jan 1 20:38:02 2000 +--- Makefile.orig Thu Oct 12 20:04:06 1995 ++++ Makefile @@ -240,31 +240,15 @@ set $(SHELLDEBUG); \ if [ -d $$TEXINFODIR -a -r ispell.info ]; then \ @@ -37,12 +37,14 @@ $NetBSD: patch-ab,v 1.1.1.1 2001/03/14 12:10:22 agc Exp $ install-dictbuild: @. ./config.sh; \ -@@ -324,7 +308,7 @@ +@@ -323,8 +307,8 @@ + . ./config.sh; \ set $(SHELLDEBUG); \ if [ -d $$TEXINFODIR ]; then \ - if sh iwhich makeinfo >/dev/null \ +- if sh iwhich makeinfo >/dev/null \ - && makeinfo ispell.texinfo 2>/dev/null; then \ -+ && makeinfo --no-split --force ispell.texinfo 2>/dev/null; true; then \ ++ if true >/dev/null \ ++ && $(MAKEINFO) --no-split --force ispell.texinfo 2>/dev/null; true; then \ :; \ elif sh iwhich $$EMACS >/dev/null; then \ set -e; \ |