diff options
author | wiz <wiz@pkgsrc.org> | 2001-11-04 14:09:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-11-04 14:09:31 +0000 |
commit | 2557f230f09ad8f7b14ea417f7ff461951a5371f (patch) | |
tree | e4a3c43124dbe56fa6d2bd49c7b26f65c9e50b93 /net/mtr/Makefile | |
parent | 8e847c8588687ee9c4c60db82a89e4ebf0154be3 (diff) | |
download | pkgsrc-2557f230f09ad8f7b14ea417f7ff461951a5371f.tar.gz |
Add patch to add rudimentary cname chasing to the ptr lookup stuff so
that classless in-addr lookups work.
Patch by atatat.
Bump to 0.42nb1.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 2b6fee0ea62..9d77b186f48 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2001/10/26 22:05:31 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/11/04 14:09:31 wiz Exp $ # DISTNAME= mtr-0.42 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= net MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ http://www.giovannelli.it/~gmarco/files/ |