git: 1cfe4a6a25de - main - editors/le: Update WWW

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 16 Dec 2023 19:16:06 UTC
The branch main has been updated by bofh:

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

commit 1cfe4a6a25de8f924c2da255ce396a782661dd6f
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-16 17:28:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-16 19:15:39 +0000

    editors/le: Update WWW
    
    - Utilize USES=localbase
    
    Approved by:    portmgr (just-fix-it)
---
 editors/le/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/editors/le/Makefile b/editors/le/Makefile
index 0cd0e09b76d3..c2b2c65d5bd5 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -7,14 +7,14 @@ MASTER_SITE_SUBDIR=	. old
 
 MAINTAINER=	zi@FreeBSD.org
 COMMENT=	Text editor with block and binary operations
-WWW=		http://freshmeat.net/projects/leeditor/
+WWW=		https://github.com/lavv17/le
 
 LICENSE=	GPLv3
 
-USES=		ncurses perl5 tar:bzip2
+USES=		localbase ncurses perl5 tar:bzip2
 USE_PERL5=	build
+
 GNU_CONFIGURE=	yes
-CFLAGS+=	-I${LOCALBASE}/include
 
 MAKE_JOBS_UNSAFE=	yes