aboutsummaryrefslogtreecommitdiff
path: root/dns/dnscheckengine
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-02-04 07:57:42 +0000
commita83aa892bbbdfec0b5bfaa11d658afe02f38dadb (patch)
tree45fc654dee8804bad2067f0a0b3b53c7a64582d6 /dns/dnscheckengine
parent21a7215c9a806f970a618637b3834065873c16cc (diff)
downloadports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.tar.gz
ports-a83aa892bbbdfec0b5bfaa11d658afe02f38dadb.zip
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed)
Notes
Notes: svn path=/head/; revision=433287
Diffstat (limited to 'dns/dnscheckengine')
-rw-r--r--dns/dnscheckengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnscheckengine/Makefile b/dns/dnscheckengine/Makefile
index 679b74586587..f777a4385659 100644
--- a/dns/dnscheckengine/Makefile
+++ b/dns/dnscheckengine/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= portmaster@bsdforge.com
COMMENT= DNS checker from the folks that run the .SE top level domain
LICENSE= BSD2CLAUSE
-LICENSE_FILES= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random \
p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \