git: 28d62aaf5c4b - 2022Q3 - shells/etsh: Fix typo in the LICENSE_FILE line

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 06:55:53 UTC
The branch 2022Q3 has been updated by yuri:

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

commit 28d62aaf5c4b61eb5929516ac32d8935ce0398de
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-18 06:35:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-18 06:55:47 +0000

    shells/etsh: Fix typo in the LICENSE_FILE line
    
    (cherry picked from commit 09d809aabe292470ff1ca5ee1806296eb963eb73)
---
 shells/etsh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shells/etsh/Makefile b/shells/etsh/Makefile
index e5546c88b171..f4ea82bc6c5f 100644
--- a/shells/etsh/Makefile
+++ b/shells/etsh/Makefile
@@ -8,7 +8,7 @@ COMMENT=	Enhanced V6 Thompson Compatible Shell
 
 LICENSE=	BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE
 LICENSE_COMB=	multi
-LICENSE_FILE=	${WORKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 HAS_CONFIGURE=	yes