git: f0e7eedddca4 - 2024Q1 - devel/rubygem-gitlab-sdk: fix build problem

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Mon, 15 Jan 2024 07:12:47 UTC
The branch 2024Q1 has been updated by mfechner:

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

commit f0e7eedddca480eb6f0c0313524c1d15aa7bc3a1
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-01-05 06:40:01 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-01-15 07:12:36 +0000

    devel/rubygem-gitlab-sdk: fix build problem
    
    The port does not have a license file included and therefor fails to build.
    
    (cherry picked from commit 96fe771f9ee293d934846a11ea98ac55129f638f)
---
 devel/rubygem-gitlab-sdk/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/rubygem-gitlab-sdk/Makefile b/devel/rubygem-gitlab-sdk/Makefile
index 0771e4c5f5cb..429a05dcde62 100644
--- a/devel/rubygem-gitlab-sdk/Makefile
+++ b/devel/rubygem-gitlab-sdk/Makefile
@@ -8,7 +8,6 @@ COMMENT=	Client side Ruby SDK for GitLab Application services
 WWW=		https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
 		rubygem-rake>=13.0<14:devel/rubygem-rake \