svn commit: r503163 - head/net-im/mtxclient

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:46:00 UTC 2019


Author: tobik
Date: Fri May 31 11:45:59 2019
New Revision: 503163
URL: https://svnweb.freebsd.org/changeset/ports/503163

Log:
  net-im/mtxclient: Spell LICENSE_FILE correctly

Modified:
  head/net-im/mtxclient/Makefile

Modified: head/net-im/mtxclient/Makefile
==============================================================================
--- head/net-im/mtxclient/Makefile	Fri May 31 11:45:19 2019	(r503162)
+++ head/net-im/mtxclient/Makefile	Fri May 31 11:45:59 2019	(r503163)
@@ -13,7 +13,7 @@ MAINTAINER=	adridg at 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 \


More information about the svn-ports-head mailing list