diff options
author | salo <salo> | 2003-03-29 21:55:19 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-29 21:55:19 +0000 |
commit | 28fae0f07cf53fb9e281fbbc251b5a0e37b46789 (patch) | |
tree | c1ea3a0de1609ae003911d6a8c5cfb91ab5f8ebc /net/djbdns/Makefile | |
parent | ed01762fb6704830cb77877f728e5d485a07f3a4 (diff) | |
download | pkgsrc-28fae0f07cf53fb9e281fbbc251b5a0e37b46789.tar.gz |
Bump PKGREVISION: dnscache-log.pl.txt checksum changed.
Changes:
- added usage
- small fix in hex to dotted decimal notation address convertor
- simplify DESCR, remove duplicate MESSAGE text
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 584b4c4a1ca..85d60cf2f99 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2002/12/14 02:51:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/29 21:55:19 salo Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp +# DISTNAME= djbdns-1.05 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://cr.yp.to/djbdns/ \ ftp://cr.yp.to/djbdns/ \ |