git: 803040f8e613 - main - sysutils/containers-common: update path for the license file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Dec 2024 01:07:25 UTC
The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=803040f8e613243037b506a29a9629ae32dbde54 commit 803040f8e613243037b506a29a9629ae32dbde54 Author: Sergey A. Osokin <osa@FreeBSD.org> AuthorDate: 2024-12-06 01:04:13 +0000 Commit: Sergey A. Osokin <osa@FreeBSD.org> CommitDate: 2024-12-06 01:07:20 +0000 sysutils/containers-common: update path for the license file The definition of the WRKSRC variable has been removed in the commit (*). Reported by: cperciva Fixes: b2a70d3a470fb45a1faff2ef54555c339614c993 (*) --- sysutils/containers-common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/containers-common/Makefile b/sysutils/containers-common/Makefile index b96ad965dbe0..d8082fe43590 100644 --- a/sysutils/containers-common/Makefile +++ b/sysutils/containers-common/Makefile @@ -9,7 +9,7 @@ COMMENT= Common manpages and config files for podman and buildah WWW= https://github.com/containers LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC_common}/LICENSE BUILD_DEPENDS= bash:shells/bash \ curl:ftp/curl \