summaryrefslogtreecommitdiff
path: root/shells/zsh-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-current/patches/patch-aa')
-rw-r--r--shells/zsh-current/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/zsh-current/patches/patch-aa b/shells/zsh-current/patches/patch-aa
deleted file mode 100644
index 67379eac2bf..00000000000
--- a/shells/zsh-current/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/05/24 14:54:22 jtb Exp $
-
---- Doc/Makefile.in.orig Thu May 24 14:49:25 2001
-+++ Doc/Makefile.in
-@@ -261,7 +261,7 @@
- if ( \
- sed '/^@setfilename/s|zsh|$(tzsh)|' \
- < $(sdir)/zsh.texi > infodir/tzsh.texi && \
-- (cd infodir && $(MAKEINFO) tzsh.texi) && \
-+ (cd infodir && $(MAKEINFO) --no-split tzsh.texi) && \
- for file in infodir/$(tzsh).info*; do \
- $(INSTALL_DATA) $$file $(DESTDIR)$(infodir) || exit 1; \
- done \