blob: 36289b429f70cad4b53fbd3890ad43f9fd056ec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ab,v 1.2 2005/10/25 02:06:57 wiz Exp $
--- src/Makefile.in.orig 2005-02-28 15:40:39.000000000 +0100
+++ src/Makefile.in
@@ -67,9 +67,7 @@ $(LIBOBJS): Makefile
# 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) ../bin/gocr.tcl $(DESTDIR)$(bindir) # better X11/bin?
$(INSTALL) $(LIBPGMASCLIB) $(DESTDIR)$(libdir)
$(INSTALL) $(INCLUDEFILES) $(DESTDIR)$(includedir)
|