diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2008-05-14 11:31:30 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2008-05-14 11:31:30 +0000 |
commit | 4e0a74d64281dff6ea33ab81351c69a7d0fa331a (patch) | |
tree | 00f4bdb1874e81d82ee83ea27fe8f251967943bd /dns | |
parent | 2d5d17948de2740ea2a019b410d5d11ac37e097d (diff) | |
download | ports-4e0a74d64281dff6ea33ab81351c69a7d0fa331a.tar.gz ports-4e0a74d64281dff6ea33ab81351c69a7d0fa331a.zip |
- Fix a typo like mistakes. No functional changes.
Reported by: W.C.A. Wijngaards <wouter at nlnetlabs.nl>
Notes
Notes:
svn path=/head/; revision=213025
Diffstat (limited to 'dns')
-rw-r--r-- | dns/unbound/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | dns/unbound/files/pkg-deinstall.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/unbound/files/patch-Makefile.in b/dns/unbound/files/patch-Makefile.in index bc25a6240303..dc185e6060a5 100644 --- a/dns/unbound/files/patch-Makefile.in +++ b/dns/unbound/files/patch-Makefile.in @@ -5,7 +5,7 @@ $(INSTALL) -c -m 644 $(srcdir)/doc/unbound-host.1 $(mandir)/man1 $(INSTALL) -c -m 644 $(srcdir)/doc/libunbound.3 $(mandir)/man3 - if test ! -e $(configfile); then $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile); fi -+ $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile).sample; fi ++ $(INSTALL) -d `dirname $(configfile)`; $(INSTALL) -c -m 644 $(srcdir)/doc/example.conf $(configfile).sample $(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(includedir)/unbound.h $(LIBTOOL) --mode=install cp libunbound.la $(libdir) $(LIBTOOL) --mode=finish $(libdir) diff --git a/dns/unbound/files/pkg-deinstall.in b/dns/unbound/files/pkg-deinstall.in index c7d2bffddc1f..606cfdb44f5b 100644 --- a/dns/unbound/files/pkg-deinstall.in +++ b/dns/unbound/files/pkg-deinstall.in @@ -8,7 +8,7 @@ POST-DEINSTALL) echo "===> post-deinstallation information for $1:" echo "" echo " Note:" - echo " Squid related user accounts and groups were not removed." + echo " Unbound related user accounts and groups were not removed." echo "" echo " To remove the 'unbound' user and the 'unbound' group which were" echo " created by a default installation of this package, run" |