13 lines
805 B
Plaintext
13 lines
805 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.5 2009/02/10 20:05:26 jakob Exp $
|
|
--- Makefile.in.orig Thu Jan 15 11:18:50 2009
|
|
+++ Makefile.in Tue Feb 10 21:11:04 2009
|
|
@@ -299,7 +299,7 @@ install:
|
|
if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
|
|
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
|
|
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
|
|
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
+# $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
|
|
uninstall:
|
|
rm -f -- $(DESTDIR)$(sbindir)/unbound $(DESTDIR)$(sbindir)/unbound-checkconf $(DESTDIR)$(sbindir)/unbound-host $(DESTDIR)$(sbindir)/unbound-control $(DESTDIR)$(sbindir)/unbound-control-setup
|