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

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:47:30 UTC 2019


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 at 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 \


More information about the svn-ports-all mailing list