openbsd-ports/net/unbound/patches/patch-Makefile_in
2010-04-23 07:05:02 +00:00

13 lines
839 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.10 2010/04/23 07:05:02 jakob Exp $
--- Makefile.in.orig Fri Mar 19 16:26:25 2010
+++ Makefile.in Fri Apr 23 09:00:59 2010
@@ -405,7 +405,7 @@ endif
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$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control-setup