summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>1999-08-16 15:52:57 +0000
committerfredb <fredb>1999-08-16 15:52:57 +0000
commit5b15a66764ef77522d7f3bb38407438a890018e7 (patch)
treec76b93fdbb0615bd152c1e4d9f2eaa00f9a85a3e
parent6c08cca826c012ced1652622c6b23485bb3a4a6c (diff)
downloadpkgsrc-5b15a66764ef77522d7f3bb38407438a890018e7.tar.gz
Don't let emacs try to generate ispell.info; makeinfo does fine.
Fixes pr pkg/7088.
-rw-r--r--textproc/ispell/files/patch-sum4
-rw-r--r--textproc/ispell/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell/files/patch-sum b/textproc/ispell/files/patch-sum
index 5422e2c89c1..511f1ebc251 100644
--- a/textproc/ispell/files/patch-sum
+++ b/textproc/ispell/files/patch-sum
@@ -1,7 +1,7 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:12 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/08/16 15:52:57 fredb Exp $
MD5 (patch-aa) = ea9ddb2204ffd0aa61dd3d6258b19fc6
-MD5 (patch-ab) = e94f3ba2895fce0673ccd7d0c8e371e0
+MD5 (patch-ab) = 2c7b34d537a0f2f78aa7ec2395ade3ce
MD5 (patch-ac) = 0d005cfc05419c839f27e8ec0b99739d
MD5 (patch-ad) = abee03515e80abc7222429779694a849
MD5 (patch-ae) = de2ab8a2ec5ad381504d7c945946b6d9
diff --git a/textproc/ispell/patches/patch-ab b/textproc/ispell/patches/patch-ab
index 8eeeed42361..9d61ade96f5 100644
--- a/textproc/ispell/patches/patch-ab
+++ b/textproc/ispell/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 1999/03/06 02:30:21 kim Exp $
+$NetBSD: patch-ab,v 1.5 1999/08/16 15:52:58 fredb Exp $
--- Makefile.orig Thu Oct 12 15:04:06 1995
+++ Makefile Fri Mar 5 21:28:05 1999
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.4 1999/03/06 02:30:21 kim Exp $
if [ -d $$TEXINFODIR ]; then \
if sh iwhich makeinfo >/dev/null \
- && makeinfo ispell.texinfo 2>/dev/null; then \
-+ && makeinfo --no-split --force ispell.texinfo 2>/dev/null; then \
++ && makeinfo --no-split --force ispell.texinfo 2>/dev/null; true; then \
:; \
elif sh iwhich $$EMACS >/dev/null; then \
set -e; \