diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-17 23:35:55 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-07-17 23:52:36 -0700 |
commit | 09d809aabe292470ff1ca5ee1806296eb963eb73 (patch) | |
tree | 593940a5b977888d3941f6a2adbf9484d0a3b749 /shells | |
parent | www/yt-dlp: Update 2022.06.29 -> 2022.07.18 (diff) |
shells/etsh: Fix typo in the LICENSE_FILE line
Diffstat (limited to 'shells')
-rw-r--r-- | shells/etsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |