diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-25 06:32:06 +0000 |
commit | d5fda8cb2c24981e11e8e1fe4487789e108b5b34 (patch) | |
tree | ac7ed005b2cc3dddde570973d1da7a6213760341 /dns | |
parent | - Fix build on FreeBSD 8+ [1] (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301510
Diffstat (limited to 'dns')
-rw-r--r-- | dns/adns/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq/Makefile | 2 | ||||
-rw-r--r-- | dns/rubygem-public_suffix_service/Makefile | 2 | ||||
-rw-r--r-- | dns/sheerdns/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index 917500e6870b..294489e14639 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -12,7 +12,7 @@ CATEGORIES= dns MASTER_SITES= http://www.chiark.greenend.org.uk/~ian/adns/ftp/ MAINTAINER= eadler@FreeBSD.org -COMMENT= Easy to use, asynchronous-capable DNS client library and utilities +COMMENT= Easy to use asynchronous-capable DNS client library and utilities GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 3c0d4135224f..2ca44538d706 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= mandree EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org -COMMENT= Lightweight DNS forwarder, DHCP and TFTP server +COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server LICENSE= GPLv2 diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 80912d72ef0b..aae95842b25f 100644 --- a/dns/rubygem-public_suffix_service/Makefile +++ b/dns/rubygem-public_suffix_service/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Parse and decompose domain names into TLD, domain and subdomains +COMMENT= Parse and decompose domain names into TLD, domain, and subdomains USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile index 0a5b7584b6f9..fff2eccd1b3f 100644 --- a/dns/sheerdns/Makefile +++ b/dns/sheerdns/Makefile @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= http://threading.2038bug.com/sheerdns/ MAINTAINER= ports@FreeBSD.org -COMMENT= A light-weight, simple and fast master DNS server +COMMENT= A lightweight, simple, and fast master DNS server USE_GMAKE= yes |