Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 May 2019 11:41:56 +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: r503157 - head/security/olm
Message-ID:  <201905311141.x4VBfumf073638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 31 11:41:56 2019
New Revision: 503157
URL: https://svnweb.freebsd.org/changeset/ports/503157

Log:
  security/olm: Spell LICENSE_FILE correctly

Modified:
  head/security/olm/Makefile

Modified: head/security/olm/Makefile
==============================================================================
--- head/security/olm/Makefile	Fri May 31 11:40:56 2019	(r503156)
+++ head/security/olm/Makefile	Fri May 31 11:41:56 2019	(r503157)
@@ -10,7 +10,7 @@ MAINTAINER=	adridg@FreeBSD.org
 COMMENT=	Double Ratchet cryptographic ratchet in C++
 
 LICENSE=	APACHE20
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		cmake compiler:c++11-lang \
 		localbase:ldflags tar:bz2



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