Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 11:48:15 +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: r503166 - head/net-im/nheko
Message-ID:  <201905311148.x4VBmFUe075687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905311148.x4VBmFUe075687>