svn commit: r503152 - head/devel/py-jellyfish

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:37:29 UTC 2019


Author: tobik
Date: Fri May 31 11:37:28 2019
New Revision: 503152
URL: https://svnweb.freebsd.org/changeset/ports/503152

Log:
  devel/py-jellyfish: Spell LICENSE_FILE correctly

Modified:
  head/devel/py-jellyfish/Makefile

Modified: head/devel/py-jellyfish/Makefile
==============================================================================
--- head/devel/py-jellyfish/Makefile	Fri May 31 11:36:01 2019	(r503151)
+++ head/devel/py-jellyfish/Makefile	Fri May 31 11:37:28 2019	(r503152)
@@ -10,7 +10,7 @@ MAINTAINER=	bdrewery at FreeBSD.org
 COMMENT=	Library for doing approximate and phonetic matching of strings
 
 LICENSE=	BSD2CLAUSE
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list