aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-05-31 11:45:59 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-05-31 11:45:59 +0000
commit94f54723addd913505903e0cca5c3546ca0a68df (patch)
treec071ba042c37e3bd75d0aa93989e75e059b53b94 /net-im
parented0e5c58b0fb7f3e1ee235cec50078efd2e45ed3 (diff)
downloadports-94f54723addd913505903e0cca5c3546ca0a68df.tar.gz
ports-94f54723addd913505903e0cca5c3546ca0a68df.zip
net-im/mtxclient: Spell LICENSE_FILE correctly
Notes
Notes: svn path=/head/; revision=503163
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mtxclient/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/mtxclient/Makefile b/net-im/mtxclient/Makefile
index f58530b03242..cddcb8f55528 100644
--- a/net-im/mtxclient/Makefile
+++ b/net-im/mtxclient/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= adridg@FreeBSD.org
COMMENT= Client API library for the Matrix protocol
LICENSE= MIT
-LICENSE_FILES= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= nlohmann-json>=3:devel/nlohmann-json \
spdlog>=1.3:devel/spdlog \