diff options
-rw-r--r-- | net/dnstracer/DESCR | 2 | ||||
-rw-r--r-- | net/dnstracer/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/dnstracer/DESCR b/net/dnstracer/DESCR index 68a7cf69df8..0dad90e10ab 100644 --- a/net/dnstracer/DESCR +++ b/net/dnstracer/DESCR @@ -2,5 +2,5 @@ Dnstracer determines where a given Domain Name Server (DNS) gets its information from, and follows the chain of DNS servers back to the servers which know the data. -Its behaviour is similair to ntptrace(8), which does it for the NTP +Its behaviour is similar to ntptrace(8), which does it for the NTP protocol. diff --git a/net/dnstracer/Makefile b/net/dnstracer/Makefile index d4d01ee4e84..590bee6cf48 100644 --- a/net/dnstracer/Makefile +++ b/net/dnstracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:10:33 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/25 08:34:20 snj Exp $ DISTNAME= dnstracer-1.7 CATEGORIES= net @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.mavetju.org/unix/general.php COMMENT= Tool to trace dns queries -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |