svn commit: r503166 - head/net-im/nheko

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:48:16 UTC 2019


Author: tobik
Date: Fri May 31 11:48:15 2019
New Revision: 503166
URL: https://svnweb.freebsd.org/changeset/ports/503166

Log:
  net-im/nheko: Fix LICENSE_FILE too

Modified:
  head/net-im/nheko/Makefile

Modified: head/net-im/nheko/Makefile
==============================================================================
--- head/net-im/nheko/Makefile	Fri May 31 11:47:29 2019	(r503165)
+++ head/net-im/nheko/Makefile	Fri May 31 11:48:15 2019	(r503166)
@@ -10,7 +10,7 @@ MAINTAINER=	adridg at FreeBSD.org
 COMMENT=	Matrix IM client based on Qt technologies
 
 LICENSE=	GPLv3
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	mtxclient>=0.2:net-im/mtxclient \
 		nlohmann-json>=3:devel/nlohmann-json \


More information about the svn-ports-all mailing list