Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2022 06:55:53 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 28d62aaf5c4b - 2022Q3 - shells/etsh: Fix typo in the LICENSE_FILE line
Message-ID:  <202207180655.26I6trIL099882@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207180655.26I6trIL099882>