diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 18:19:06 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-09-28 18:19:06 +0000 |
commit | e0b2c29572d916864f8c883172a9f6cccc32e0f4 (patch) | |
tree | a9c72ddf0da08c6d49d00eac576b5d7d6b9dad76 /net/djbdns/Makefile | |
parent | Chase new gnomeprint (diff) |
Update to djbdns 1.02
PR: 21510
Submitted by: Dan Peterson <danp@danp.net>
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 79a8a4f6275f..5e1cc0177cd6 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ # -PORTNAME= dnscache -PORTVERSION= 1.00 +PORTNAME= djbdns +PORTVERSION= 1.02 CATEGORIES= net -MASTER_SITES= http://cr.yp.to/dnscache/ \ - ftp://cr.yp.to/dnscache/ +MASTER_SITES= http://cr.yp.to/djbdns/ \ + ftp://cr.yp.to/djbdns/ MAINTAINER= nbm@FreeBSD.org |