summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorkim <kim>1999-03-06 02:30:21 +0000
committerkim <kim>1999-03-06 02:30:21 +0000
commitb4dbf5c11f730bc919d33b62f93e1656287571da (patch)
treeb4b268fa2669509699294d3cfe4d0c8b51e658a9 /textproc
parent168cf1c298dde753f7c8e0181275f593bfc96c8b (diff)
downloadpkgsrc-b4dbf5c11f730bc919d33b62f93e1656287571da.tar.gz
Surprise, makeinfo can now be found in /usr/bin as well.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ispell/patches/patch-ab8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/ispell/patches/patch-ab b/textproc/ispell/patches/patch-ab
index edac0348e9d..8eeeed42361 100644
--- a/textproc/ispell/patches/patch-ab
+++ b/textproc/ispell/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 1998/12/21 00:36:00 frueauf Exp $
+$NetBSD: patch-ab,v 1.4 1999/03/06 02:30:21 kim Exp $
---- Makefile.orig Thu Oct 12 20:04:06 1995
-+++ Makefile Mon Dec 21 01:09:49 1998
+--- Makefile.orig Thu Oct 12 15:04:06 1995
++++ Makefile Fri Mar 5 21:28:05 1999
@@ -240,9 +240,9 @@
set $(SHELLDEBUG); \
if [ -d $$TEXINFODIR -a -r ispell.info ]; then \
@@ -29,7 +29,7 @@ $NetBSD: patch-ab,v 1.3 1998/12/21 00:36:00 frueauf Exp $
if [ -d $$TEXINFODIR ]; then \
if sh iwhich makeinfo >/dev/null \
- && makeinfo ispell.texinfo 2>/dev/null; then \
-+ && $$BINDIR/makeinfo --no-split --force ispell.texinfo 2>/dev/null; then \
++ && makeinfo --no-split --force ispell.texinfo 2>/dev/null; then \
:; \
elif sh iwhich $$EMACS >/dev/null; then \
set -e; \