git: fc13f459a8d3 - main - security/py-django-auth-kerberos: LICENSE_FILE is not included

From: Dan Langille <dvl_at_FreeBSD.org>
Date: Tue, 19 Oct 2021 12:27:23 UTC
The branch main has been updated by dvl:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fc13f459a8d3b4d2d85949c164a010571bb86e1c

commit fc13f459a8d3b4d2d85949c164a010571bb86e1c
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-10-19 12:26:22 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-10-19 12:26:22 +0000

    security/py-django-auth-kerberos: LICENSE_FILE is not included
    
    The LICENSE_FILE is in the repo, but not in the DISTFILES
---
 security/py-django-auth-kerberos/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/security/py-django-auth-kerberos/Makefile b/security/py-django-auth-kerberos/Makefile
index 33a562cdf840..fd038d74fb2e 100644
--- a/security/py-django-auth-kerberos/Makefile
+++ b/security/py-django-auth-kerberos/Makefile
@@ -10,7 +10,6 @@ MAINTAINER=	dvl@FreeBSD.org
 COMMENT=	Kerberos authentication backend for Django
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}kerberos>1.1.10:security/py-kerberos@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR}