Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 2024 08:57:30 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1d43fa0be6f - main - databases/pythoncego: fix build with correct LICENSE_FILE
Message-ID:  <202408180857.47I8vUmM082038@gitrepo.freebsd.org>

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



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