diff options
author | snj <snj> | 2004-04-25 08:34:20 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 08:34:20 +0000 |
commit | ca443db8f30e09219c3241b58cec3bd5255cbf67 (patch) | |
tree | 4211de3967a15ed90fd56c2288cc8942671483f7 /net | |
parent | 46b4b293a91a79b43bc68b39faf314f10cf07e4b (diff) | |
download | pkgsrc-ca443db8f30e09219c3241b58cec3bd5255cbf67.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 |