summaryrefslogtreecommitdiff
path: root/graphics/gocr/patches/patch-ab
blob: ed16937fe865a1004a6485aa5a445a502d26df02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2005/10/16 20:20:41 wiz 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)