summaryrefslogtreecommitdiff
path: root/textproc/gocr/patches/patch-ab
blob: 969f309fdbd0fca96674e5187a69d1a130e0082d (plain)
1
2
3
4
5
6
7
8
9
10
11
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)