git: 53756132af44 - main - */*: Fix license path of devel/bacnet-stack and sysutils/bacnaet-stack-apps

From: Jose Alonso Cardenas Marquez <acm_at_FreeBSD.org>
Date: Wed, 25 Oct 2023 21:05:53 UTC
The branch main has been updated by acm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=53756132af44a0b431a8b1cfb86e089d13521570

commit 53756132af44a0b431a8b1cfb86e089d13521570
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-10-25 21:05:03 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-10-25 21:05:43 +0000

    */*: Fix license path of devel/bacnet-stack and sysutils/bacnaet-stack-apps
---
 devel/bacnet-stack/Makefile         | 2 +-
 sysutils/bacnet-stack-apps/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/bacnet-stack/Makefile b/devel/bacnet-stack/Makefile
index 96f4abeed136..2a369af35ed2 100644
--- a/devel/bacnet-stack/Makefile
+++ b/devel/bacnet-stack/Makefile
@@ -7,7 +7,7 @@ COMMENT=	open source protocol stack for embedded systems
 WWW=		https://github.com/bacnet-stack/bacnet-stack
 
 LICENSE=	GPLv2+
-LICENSE_FILE=	license/readme.txt
+LICENSE_FILE=	${WRKSRC}/license/readme.txt
 
 USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
diff --git a/sysutils/bacnet-stack-apps/Makefile b/sysutils/bacnet-stack-apps/Makefile
index ebce50c50f7b..d1f711f774d5 100644
--- a/sysutils/bacnet-stack-apps/Makefile
+++ b/sysutils/bacnet-stack-apps/Makefile
@@ -8,7 +8,7 @@ COMMENT=	open source protocol stack for embedded systems (apps)
 WWW=		https://github.com/bacnet-stack/bacnet-stack
 
 LICENSE=	GPLv2+
-LICENSE_FILE=	license/readme.txt
+LICENSE_FILE=	${WRKSRC}/license/readme.txt
 
 RUN_DEPENDS=	bash:shells/bash