git: f0382e54e643 - main - graphics/proj: Add LICENSE_FILE

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 25 Oct 2025 12:22:36 UTC
The branch main has been updated by sunpoet:

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

commit f0382e54e643633e01daabd63eae23851f0c7764
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-25 12:21:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-25 12:21:16 +0000

    graphics/proj: Add LICENSE_FILE
    
    Approved by:    portmgr (blanket)
---
 graphics/proj/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index 9909e35de29f..0d3a2e1c4064 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -10,7 +10,7 @@ COMMENT=	Cartographic Projections library
 WWW=		https://github.com/OSGeo/PROJ
 
 LICENSE=	MIT
-#LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	nlohmann-json>=3:devel/nlohmann-json
 LIB_DEPENDS=	libcurl.so:ftp/curl \