svn commit: r513644 - head/devel/libjitterentropy

Tobias Kortkamp tobik at FreeBSD.org
Thu Oct 3 03:54:14 UTC 2019


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


More information about the svn-ports-head mailing list