diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-08 15:24:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-01-08 15:24:38 +0000 |
commit | 1d5c7e9284ffd6a62345f6265d5290afac7f65c6 (patch) | |
tree | 82b34999e104c582551cab468334c9a78bdf440c /dns | |
parent | ea426e22534b79b39aefd0cb0b2290b37eecd740 (diff) |
Update the comment, forgotten in the previous commit.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=376541
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index 193d87626560..06a075ae3f1d 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -3,7 +3,7 @@ # Define PORTREVISION in ${MASTERDIR} PKGNAMESUFFIX= -tools -COMMENT= Command line tools from BIND: dig, host, and nslookup +COMMENT= Command line tools from BIND: delv, dig, host, nslookup... CONFIGURE_ARGS+= --disable-shared |