Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2019 03:54:13 +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: r513644 - head/devel/libjitterentropy
Message-ID:  <201910030354.x933sDaG068654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct  3 03:54:13 2019
New Revision: 513644
URL: https://svnweb.freebsd.org/changeset/ports/513644

Log:
  devel/libjitterentropy: Spell LICENSE_FILE correctly

Modified:
  head/devel/libjitterentropy/Makefile

Modified: head/devel/libjitterentropy/Makefile
==============================================================================
--- head/devel/libjitterentropy/Makefile	Thu Oct  3 03:36:46 2019	(r513643)
+++ head/devel/libjitterentropy/Makefile	Thu Oct  3 03:54:13 2019	(r513644)
@@ -9,7 +9,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Hardware RNG based on CPU timing jitter
 
 LICENSE=	BSD3CLAUSE
-LICENSE_FILES=	${WRKSRC}/COPYING.bsd
+LICENSE_FILE=	${WRKSRC}/COPYING.bsd
 
 USES=		gmake
 USE_LDCONFIG=	yes



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