Date: Fri, 31 May 2019 11:45:59 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503163 - head/net-im/mtxclient Message-ID: <201905311145.x4VBjxue075280@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311145.x4VBjxue075280>