git: 8fe1e82e3945 - main - textproc/sgrep2: Refresh MASTER_SITES and improve port

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 20:40:48 UTC
The branch main has been updated by diizzy:

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

commit 8fe1e82e3945522864a4ebd85f39f5ed25794d65
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-14 20:39:16 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-14 20:39:19 +0000

    textproc/sgrep2: Refresh MASTER_SITES and improve port
    
    Remove dead mirrors and GNU_CONFIGURE_MANPREFIX definition
---
 textproc/sgrep2/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/textproc/sgrep2/Makefile b/textproc/sgrep2/Makefile
index af991e428890..f9b2dbf438fe 100644
--- a/textproc/sgrep2/Makefile
+++ b/textproc/sgrep2/Makefile
@@ -2,8 +2,7 @@ PORTNAME=	sgrep2
 PORTVERSION=	1.94a
 PORTREVISION=	1
 CATEGORIES=	textproc
-MASTER_SITES=	ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/ \
-		LOCAL/jkoshy
+MASTER_SITES=	LOCAL/jkoshy
 DISTNAME=	sgrep-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
@@ -11,7 +10,7 @@ COMMENT=	Grep for structured text like SGML and HTML
 WWW=		https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+
 CONFIGURE_ARGS=	--datadir=${DATADIR}
 
 CONFLICTS=	sgrep-0.*