summaryrefslogtreecommitdiff
path: root/textproc/textutils/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/textutils/patches/patch-ab')
-rw-r--r--textproc/textutils/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/textutils/patches/patch-ab b/textproc/textutils/patches/patch-ab
new file mode 100644
index 00000000000..32f1ae34bf3
--- /dev/null
+++ b/textproc/textutils/patches/patch-ab
@@ -0,0 +1,17 @@
+--- doc/Makefile.in.orig Fri Aug 6 21:56:34 1999
++++ doc/Makefile.in Sat Aug 21 22:22:12 1999
+@@ -218,14 +218,6 @@
+ else : ; fi; \
+ done; \
+ done
+- @$(POST_INSTALL)
+- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+- list='$(INFO_DEPS)'; \
+- for file in $$list; do \
+- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
+- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
+- done; \
+- else : ; fi
+
+ uninstall-info:
+ $(PRE_UNINSTALL)