summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dx/patches/patch-an')
-rw-r--r--graphics/dx/patches/patch-an16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/dx/patches/patch-an b/graphics/dx/patches/patch-an
new file mode 100644
index 00000000000..114aff2afef
--- /dev/null
+++ b/graphics/dx/patches/patch-an
@@ -0,0 +1,16 @@
+$NetBSD: patch-an,v 1.1 2001/02/26 19:00:56 wiz Exp $
+
+--- man/catl/Makefile.in.orig Wed Apr 5 21:02:18 2000
++++ man/catl/Makefile.in
+@@ -132,9 +132,9 @@
+ @list='$(cat_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(catdir)/$$p"; \
+- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(catdir)/$$p; \
++ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(catdir)/dx.0; \
+ else if test -f $$p; then \
+- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(catdir)/$$p"; \
++ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(catdir)/dx.0"; \
+ $(INSTALL_DATA) $$p $(DESTDIR)$(catdir)/$$p; \
+ fi; fi; \
+ done