summaryrefslogtreecommitdiff
path: root/graphics/libscigraphica/patches/patch-ad
blob: df5982bdc126ec76309d2ff17d65ee56fcdd780f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.1 2010/10/06 09:10:38 obache Exp $

separater must be a TAB, not 8 spaces.

--- scigraphica/Makefile.in.orig	2005-06-25 01:38:51.000000000 +0000
+++ scigraphica/Makefile.in
@@ -804,7 +804,7 @@ uninstall-info: uninstall-info-recursive
 
 
 files:
-        @for subdir in $(SUBDIRS); do \
+	@for subdir in $(SUBDIRS); do \
           files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
           for file in $$files; do \
             echo $$subdir/$$file; \