summaryrefslogtreecommitdiff
path: root/devel/prc-tools/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'devel/prc-tools/patches/patch-ah')
-rw-r--r--devel/prc-tools/patches/patch-ah33
1 files changed, 33 insertions, 0 deletions
diff --git a/devel/prc-tools/patches/patch-ah b/devel/prc-tools/patches/patch-ah
new file mode 100644
index 00000000000..48984a1b3ea
--- /dev/null
+++ b/devel/prc-tools/patches/patch-ah
@@ -0,0 +1,33 @@
+$NetBSD: patch-ah,v 1.1 2002/10/15 23:07:17 dillo Exp $
+
+--- binutils/bfd/doc/Makefile.in.orig Tue Apr 2 03:28:55 2002
++++ binutils/bfd/doc/Makefile.in
+@@ -299,27 +299,7 @@ DVIPS = dvips
+ .dvi.ps:
+ $(DVIPS) $< -o $@
+
+-install-info-am: $(INFO_DEPS)
+- @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(infodir)
+- @list='$(INFO_DEPS)'; \
+- for file in $$list; do \
+- if test -f $$file; then d=.; else d=$(srcdir); fi; \
+- for ifile in `cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
+- if test -f $$d/$$ifile; then \
+- echo " $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile"; \
+- $(INSTALL_DATA) $$d/$$ifile $(DESTDIR)$(infodir)/$$ifile; \
+- 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
++install-info-am:
+
+ uninstall-info:
+ $(PRE_UNINSTALL)