pkgsrc/graphics/libscigraphica/patches/patch-ad

15 lines
492 B
Text

$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; \