git: a1d43fa0be6f - main - databases/pythoncego: fix build with correct LICENSE_FILE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Aug 2024 08:57:30 UTC
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1d43fa0be6f303b972b835bd66c616def6ba92d commit a1d43fa0be6f303b972b835bd66c616def6ba92d Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2024-08-18 08:56:52 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2024-08-18 08:56:52 +0000 databases/pythoncego: fix build with correct LICENSE_FILE Reported-by: arrowd --- databases/pythoncego/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/pythoncego/Makefile b/databases/pythoncego/Makefile index 8d7387db72b8..def4f44f6607 100644 --- a/databases/pythoncego/Makefile +++ b/databases/pythoncego/Makefile @@ -9,7 +9,7 @@ COMMENT= Cego database support for Python WWW= https://www.lemke-it.com/ LICENSE= LGPL21+ -LICENSE_FILE= LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcego.so:databases/cego