Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Dec 2023 19:16:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cfe4a6a25de - main - editors/le: Update WWW
Message-ID:  <202312161916.3BGJG6O6065078@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312161916.3BGJG6O6065078>