Date: Fri, 31 May 2019 11:47:29 +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: r503165 - head/net-im/nheko Message-ID: <201905311147.x4VBlTJ0075549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri May 31 11:47:29 2019 New Revision: 503165 URL: https://svnweb.freebsd.org/changeset/ports/503165 Log: net-im/nheko: Spell LICENSE_FILE correctly Modified: head/net-im/nheko/Makefile Modified: head/net-im/nheko/Makefile ============================================================================== --- head/net-im/nheko/Makefile Fri May 31 11:46:38 2019 (r503164) +++ head/net-im/nheko/Makefile Fri May 31 11:47:29 2019 (r503165) @@ -10,7 +10,7 @@ MAINTAINER= adridg@FreeBSD.org COMMENT= Matrix IM client based on Qt technologies LICENSE= GPLv3 -LICENSE_FILES= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= mtxclient>=0.2:net-im/mtxclient \ nlohmann-json>=3:devel/nlohmann-json \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311147.x4VBlTJ0075549>