summaryrefslogtreecommitdiff
path: root/graphics/dx/patches/patch-an
blob: 7eedc11af23ad618191ebebeb9158c1275efb609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.4 2012/03/06 23:26:38 joerg Exp $

--- man/catl/Makefile.in.orig	2006-08-21 23:58:52.000000000 +0200
+++ man/catl/Makefile.in
@@ -254,8 +254,6 @@ install-catDATA: $(cat_DATA)
 	@list='$(cat_DATA)'; for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 	  f=$(am__strip_dir) \
-	  echo " $(catDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(catdir)/$$f'"; \
-	  $(catDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(catdir)/$$f"; \
 	done
 
 uninstall-catDATA: