From b62b02981407e8e1d29007e0d3c41fbec83576fd Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 16 Aug 1999 15:52:57 +0000 Subject: Don't let emacs try to generate ispell.info; makeinfo does fine. Fixes pr pkg/7088. --- textproc/ispell/files/patch-sum | 4 ++-- textproc/ispell/patches/patch-ab | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'textproc') 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; \ -- cgit v1.2.3