summaryrefslogtreecommitdiff
path: root/textproc/gocr/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gocr/patches/patch-ab')
-rw-r--r--textproc/gocr/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/gocr/patches/patch-ab b/textproc/gocr/patches/patch-ab
new file mode 100644
index 00000000000..969f309fdbd
--- /dev/null
+++ b/textproc/gocr/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2003/12/09 13:53:38 sketch Exp $
+
+--- src/Makefile.in.orig 2003-12-09 13:41:53.060784000 +0000
++++ src/Makefile.in 2003-12-09 13:42:15.130080000 +0000
+@@ -66,7 +66,6 @@
+ # PHONY = don't look at file clean, -rm = start rm and ignore errors
+ .PHONY : clean proper install
+ install: all
+- $(INSTALL) -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
+ $(INSTALL) ../bin/$(PROGRAM) $(DESTDIR)$(bindir)
+ $(INSTALL) $(LIBPGMASCLIB) $(DESTDIR)$(libdir)
+ $(INSTALL) $(INCLUDEFILES) $(DESTDIR)$(includedir)