Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 2019 10:10:17 +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: r502551 - head/devel/py-pyrsistent
Message-ID:  <201905251010.x4PAAHcN039992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat May 25 10:10:17 2019
New Revision: 502551
URL: https://svnweb.freebsd.org/changeset/ports/502551

Log:
  devel/py-pyrsistent: Spell LICENSE_FILE correctly

Modified:
  head/devel/py-pyrsistent/Makefile

Modified: head/devel/py-pyrsistent/Makefile
==============================================================================
--- head/devel/py-pyrsistent/Makefile	Sat May 25 10:10:01 2019	(r502550)
+++ head/devel/py-pyrsistent/Makefile	Sat May 25 10:10:17 2019	(r502551)
@@ -10,7 +10,7 @@ MAINTAINER=	python@FreeBSD.org
 COMMENT=	Persistent/Immutable/Functional data structures for Python
 
 LICENSE=	MIT
-LICENCE_FILE=	${WRKSRC}/LICENCE.mit
+LICENSE_FILE=	${WRKSRC}/LICENCE.mit
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \



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