git: d59194b11486 - main - textproc/libxslt: COPYING no longer present in tarball

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Wed, 14 May 2025 00:53:52 UTC
The branch main has been updated by vishwin:

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

commit d59194b114862d40c4ebe32d7f035ffbbc45e7e3
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2025-05-14 00:52:37 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2025-05-14 00:52:37 +0000

    textproc/libxslt: COPYING no longer present in tarball
    
    ${WRKSRC}/Copyright has always contained the appropriate licence terms.
    
    Reported by: vvd
    Pointy-hat to: vishwin
---
 textproc/libxslt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 2c25f7954b6c..ff4d2c528dd3 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -9,7 +9,7 @@ COMMENT=	XML stylesheet transformation library
 WWW=		https://gitlab.gnome.org/GNOME/libxslt/
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/Copyright
 
 # See note in textproc/libxml2 for why this port uses autotools
 USES=		cpe gmake gnome libtool localbase:ldflags pathfix pkgconfig tar:xz