git: ed3a1a51f122 - main - devel/py-rtslib-fb: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 16 May 2024 06:30:52 UTC
The branch main has been updated by sunpoet:

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

commit ed3a1a51f1220bdf8432b4b65c5ffb2a7074bb4f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:07 +0000

    devel/py-rtslib-fb: Add LICENSE_FILE
---
 devel/py-rtslib-fb/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/py-rtslib-fb/Makefile b/devel/py-rtslib-fb/Makefile
index 5f2c992a995f..549d6427290e 100644
--- a/devel/py-rtslib-fb/Makefile
+++ b/devel/py-rtslib-fb/Makefile
@@ -10,6 +10,7 @@ COMMENT=	API for Linux kernel SCSI target (aka LIO)
 WWW=		https://github.com/open-iscsi/rtslib-fb
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}