diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-01-09 19:50:06 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-01-09 19:50:06 +0000 |
commit | b2d4b657d1239d23bc853122a6b73045c9553ff9 (patch) | |
tree | 43203035e6cea17f91ff3c08aacd82ec9ad6b74f /dns/dnsdoctor | |
parent | 694b703906a0b585d4a00988c226fdc6f04feb07 (diff) | |
download | ports-b2d4b657d1239d23bc853122a6b73045c9553ff9.tar.gz ports-b2d4b657d1239d23bc853122a6b73045c9553ff9.zip |
Notes
Diffstat (limited to 'dns/dnsdoctor')
-rw-r--r-- | dns/dnsdoctor/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/dnsdoctor/Makefile b/dns/dnsdoctor/Makefile index f6edf9d57ac9..494ce84905ef 100644 --- a/dns/dnsdoctor/Makefile +++ b/dns/dnsdoctor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnsdoctor -# Date created: 2004-09-10 -# Whom: Janos.Mohacsi@bsd.hu -# +# Created by: Janos.Mohacsi@bsd.hu # $FreeBSD$ -# PORTNAME= dnsdoctor PORTVERSION= 1.0.1 @@ -11,7 +7,7 @@ CATEGORIES= dns ipv6 ruby MASTER_SITES= http://www.dnsdoctor.org/download/src/ EXTRACT_SUFX= .tgz -MAINTAINER= janos.mohacsi@bsd.hu +MAINTAINER= jmohacsi@bsd.hu COMMENT= Perform consistency checks on DNS zones .if defined(WITH_X11) |