diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-11-19 20:59:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-11-19 20:59:31 +0000 |
commit | dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53 (patch) | |
tree | 79e62d6788b1826e228633c0ed9f10dabfb844ab /dns/unbound/files | |
parent | 715a020b5df19ec858cd99264f4266d04f1a6170 (diff) | |
download | ports-dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53.tar.gz ports-dc5944eecb3e02b4060ce2585b8e8afc2f2c7b53.zip |
Notes
Diffstat (limited to 'dns/unbound/files')
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index 122fc6573ff3..7bd5b944dbb5 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -1,9 +1,9 @@ ---- Makefile.in.orig 2008-07-17 12:45:12.000000000 +0400 -+++ Makefile.in 2008-08-07 14:35:26.000000000 +0400 -@@ -275,7 +275,7 @@ - $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 +--- Makefile.in.orig 2008-09-11 18:30:55.000000000 +0400 ++++ Makefile.in 2008-11-19 22:46:49.000000000 +0300 +@@ -293,7 +293,7 @@ $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3 + $(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup - if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi + $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile).sample $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h |