From 0972694889116079e68393f92c3750c30b8fc38c Mon Sep 17 00:00:00 2001 From: danfe Date: Sat, 4 Feb 2017 07:57:42 +0000 Subject: - Spell `LICENSE_FILE' variable correctly - Fix some nearby bogosities (when noticed) --- dns/dnscheckengine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns') 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 \ -- cgit