summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-an
blob: a508cef7b16e1964c5294eea2a650215d1f87548 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-an,v 1.2 2004/04/20 22:11:48 drochner Exp $

--- man/catl/Makefile.in.orig	2003-09-26 22:19:38.000000000 +0000
+++ man/catl/Makefile.in	2004-04-20 19:29:31.000000000 +0000
@@ -213,8 +213,8 @@
 	@list='$(cat_DATA)'; for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 	  f="`echo $$p | sed -e 's|^.*/||'`"; \
-	  echo " $(catDATA_INSTALL) $$d$$p $(DESTDIR)$(catdir)/$$f"; \
-	  $(catDATA_INSTALL) $$d$$p $(DESTDIR)$(catdir)/$$f; \
+	  echo " $(catDATA_INSTALL) $$d$$p $(DESTDIR)$(catdir)/dx.0"; \
+	  $(catDATA_INSTALL) $$d$$p $(DESTDIR)$(catdir)/dx.0; \
 	done
 
 uninstall-catDATA: