diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-06-25 02:19:27 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-06-25 02:19:27 +0000 |
commit | c56260ec484f7d960b9422613b6b4b8f39e682d9 (patch) | |
tree | ddadacaa26cd9afa40b11a6d54fb120bb4d6719c /net/maradns/Makefile | |
parent | 574972e972ca9ad07b093d0befcfab90c037ef46 (diff) | |
download | ports-c56260ec484f7d960b9422613b6b4b8f39e682d9.tar.gz ports-c56260ec484f7d960b9422613b6b4b8f39e682d9.zip |
Notes
Diffstat (limited to 'net/maradns/Makefile')
-rw-r--r-- | net/maradns/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/maradns/Makefile b/net/maradns/Makefile index 93e5c437c881..d1d769e17d00 100644 --- a/net/maradns/Makefile +++ b/net/maradns/Makefile @@ -6,7 +6,7 @@ # PORTNAME= maradns -PORTVERSION= 0.6.18 +PORTVERSION= 0.7.13 CATEGORIES= net MASTER_SITES= http://www.maradns.org/download/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -31,9 +31,9 @@ DOCS= RFC1035.compliance csv1.format draft-skwan-utf8-dns-05.txt \ example_csv1 example_mararc faq.txt handling.compression \ mararc.format multiple.qdcount recursive.algorithm \ resolution.algorithm rfc2044.txt rtest.output www.monty.de \ - ../00QuickStart ../CHANGELOG ../ROADMAP + ../00QuickStart ../CHANGELOG.html ../ROADMAP ../CREDITS -FIXPREFIX= 00QuickStart CHANGELOG doc/man/maradns.8 doc/faq.txt \ +FIXPREFIX= 00QuickStart CHANGELOG.html doc/man/maradns.8 doc/faq.txt \ parse/ParseMaraRc.c doc/example_mararc post-patch: |