diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 08:34:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 08:34:20 +0000 |
commit | 86d143d5429345c4875aa5c5146d54f4294ff314 (patch) | |
tree | 4211de3967a15ed90fd56c2288cc8942671483f7 /net | |
parent | 0a9411e5e77037977af4872b0619998b8dd255b8 (diff) | |
download | pkgsrc-86d143d5429345c4875aa5c5146d54f4294ff314.tar.gz |
Convert to buildlink3 and correct a typo in DESCR.
Diffstat (limited to 'net')
-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 |