diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-23 16:38:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-23 16:38:49 +0000 |
commit | 53d75525f8d3a1f8ca2742cfc8206727d7bb8e3d (patch) | |
tree | c0f6aa0078b1dc8cad2aedf1aeaa6215afbec35f /net/dnstop/Makefile | |
parent | a93de3c6af524aeffcef219976fd7543f59ec05c (diff) | |
download | pkgsrc-53d75525f8d3a1f8ca2742cfc8206727d7bb8e3d.tar.gz |
Man page got updated:
1c1
< .\" $Id: dnstop.8,v 1.2 2002/12/24 19:20:28 wessels Exp $
---
> .\" $Id: dnstop.8,v 1.3 2003/01/24 17:44:23 wessels Exp $
53c53
< display the desitination address table
---
> display the destination address table
Noted by Jeremy C. Reed in PR 21286.
Diffstat (limited to 'net/dnstop/Makefile')
-rw-r--r-- | net/dnstop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index 7268a561223..6f273d44772 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/04/23 16:38:49 wiz Exp $ # DISTNAME= dnstop-20021224 +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= http://dnstop.measurement-factory.com/src/ |