git: 5fdcefda8f1d - main - devel/py-filedepot: Fix typo

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 20 Apr 2024 16:12:41 UTC
The branch main has been updated by sunpoet:

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

commit 5fdcefda8f1d7f75afc1a57f786a4a98579ce33c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-20 16:09:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-20 16:12:22 +0000

    devel/py-filedepot: Fix typo
---
 devel/py-filedepot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-filedepot/Makefile b/devel/py-filedepot/Makefile
index 24a46d2c7c45..b700be56c07a 100644
--- a/devel/py-filedepot/Makefile
+++ b/devel/py-filedepot/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Toolkit for storing files and attachments in web applications
 WWW=		https://github.com/amol-/depot
 
 LICENSE=	MIT
-LICENSE_FILE=	${WKRSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}