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

13 lines
838 B
Plaintext
Raw Normal View History

2010-03-21 09:50:43 -04:00
$OpenBSD: patch-Makefile_in,v 1.9 2010/03/21 13:50:43 sthen Exp $
--- Makefile.in.orig Mon Mar 1 10:26:42 2010
+++ Makefile.in Tue Mar 16 11:59:42 2010
@@ -397,7 +397,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-08-04 11:45:26 -04:00
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