diff options
author | sem <sem@FreeBSD.org> | 2008-08-07 18:45:27 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2008-08-07 18:45:27 +0800 |
commit | 2b6e02663dd8a946361383187b2fecd3e14098fe (patch) | |
tree | 7288cdf6176c8fcaa7a34d94c682ca34d6399d21 /dns/unbound/files | |
parent | dc6650ba886f86cea750fad93002dcf34eaf68ca (diff) | |
download | freebsd-ports-gnome-2b6e02663dd8a946361383187b2fecd3e14098fe.tar.gz freebsd-ports-gnome-2b6e02663dd8a946361383187b2fecd3e14098fe.tar.zst freebsd-ports-gnome-2b6e02663dd8a946361383187b2fecd3e14098fe.zip |
- Update to 1.0.2
Diffstat (limited to 'dns/unbound/files')
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index 39ecd7ab786f..122fc6573ff3 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2008-07-16 23:06:25.000000000 +0400 -+++ Makefile.in 2008-07-16 23:07:14.000000000 +0400 +--- 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 $(srcdir)/doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 + $(INSTALL) -c -m 644 doc/unbound.conf.5 $(DESTDIR)$(mandir)/man5 $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(DESTDIR)$(mandir)/man1 - $(INSTALL) -c -m 644 $(srcdir)/doc/libunbound.3 $(DESTDIR)$(mandir)/man3 -- if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(DESTDIR)$(configfile); fi -+ $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(DESTDIR)$(configfile).sample + $(INSTALL) -c -m 644 doc/libunbound.3 $(DESTDIR)$(mandir)/man3 +- 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 $(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir) $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir) |