diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-16 08:56:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-12-16 08:56:09 +0000 |
commit | 230ecab145502f1c9985d261367b4db5a06eaf48 (patch) | |
tree | d8af84f4cb0839b1149301ac56c2f958da3b01c9 /dns | |
parent | 2aa74789c215f16476ee83e9028ec1af0d3d5c84 (diff) | |
download | ports-230ecab145502f1c9985d261367b4db5a06eaf48.tar.gz ports-230ecab145502f1c9985d261367b4db5a06eaf48.zip |
- Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions
- Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
Notes
Notes:
svn path=/head/; revision=374788
Diffstat (limited to 'dns')
-rw-r--r-- | dns/credns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/credns/Makefile b/dns/credns/Makefile index f4fa415c348c..571fa9345695 100644 --- a/dns/credns/Makefile +++ b/dns/credns/Makefile @@ -1,4 +1,4 @@ -# Created by: jaap +# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> # $FreeBSD$ PORTNAME= credns @@ -39,11 +39,10 @@ USE_OPENSSL= yes PORTDOCS= * OPTIONS_DEFINE= ROOT_SERVER IPV6 CHECKING MMAP MAXIPS DOCS -OPTIONS_DEFAULT= IPV6 ROOT_SERVER_DESC= Credns as proxy for a (local) root CHECKING_DESC= Internal runtime checks -MMAP_DESC= Use mmap instead of malloc(experimental) +MMAP_DESC= Use mmap() instead of malloc() (experimental) MAXIPS_DESC= Raise max-ips from 8 to ${NSDMAX_IPS} ROOT_SERVER_CONFIGURE_ENABLE= root-server |