openbsd-ports/net/unbound/patches/patch-Makefile_in

13 lines
802 B
Plaintext
Raw Normal View History

2009-06-15 15:03:23 -04:00
$OpenBSD: patch-Makefile_in,v 1.6 2009/06/15 19:03:23 jakob Exp $
--- Makefile.in.orig Tue Apr 21 10:36:39 2009
+++ Makefile.in Thu Jun 11 22:26:31 2009
@@ -386,7 +386,7 @@ endif
2008-08-20 04:25:41 -04:00
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:
2009-01-14 12:44:51 -05:00
rm -f -- $(DESTDIR)$(sbindir)/unbound $(DESTDIR)$(sbindir)/unbound-checkconf $(DESTDIR)$(sbindir)/unbound-host $(DESTDIR)$(sbindir)/unbound-control $(DESTDIR)$(sbindir)/unbound-control-setup