diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 11:24:09 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 11:24:09 +0000 |
commit | 4ccd1fc621cf9190934aa7fc668782cbe8f33e71 (patch) | |
tree | d5deb920c702628b749aa7d09c877167426af122 /dns | |
parent | 0ecec93f3d133406358a6978be2b8c3cacd6b3e3 (diff) | |
download | ports-4ccd1fc621cf9190934aa7fc668782cbe8f33e71.tar.gz ports-4ccd1fc621cf9190934aa7fc668782cbe8f33e71.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/curvedns/Makefile | 2 | ||||
-rw-r--r-- | dns/vizone/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index 2a774c9139b3..517b85363c52 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://curvedns.on2it.net/releases/ DISTNAME= curvedns-0.88-unstable MAINTAINER= freebsd@dns-lab.com -COMMENT= A forwarder adding DNSCurve to an authoritive nameserver +COMMENT= Forwarder adding DNSCurve to an authoritative nameserver LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 0f8d58cf58d1..7aab97805bb3 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Updates the serialnumber in one or more zonefiles +COMMENT= Updates the serial number in one or more zonefiles USE_PERL5_RUN= yes NO_BUILD= yes |