Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2023 19:01:47 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: e224d70d4224 - main - devel/bnf: Remove USES=makeinfo
Message-ID:  <202310211901.39LJ1lb3034879@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=e224d70d422461605ba1e326cbb8a271383e2016

commit e224d70d422461605ba1e326cbb8a271383e2016
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 14:27:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-21 19:01:36 +0000

    devel/bnf: Remove USES=makeinfo
    
    - Dist ships with an info files and it is not needed to be regenerated
    - Adopt port
---
 devel/bnf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/bnf/Makefile b/devel/bnf/Makefile
index 540f1e0e42b9..2ef116cf28a4 100644
--- a/devel/bnf/Makefile
+++ b/devel/bnf/Makefile
@@ -4,13 +4,12 @@ PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SAVANNAH
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	bofh@FreeBSD.org
 COMMENT=	Generate C parser given a grammar in BNF notation
 WWW=		https://www.nongnu.org/bnf/
 
 LICENSE=	GPLv2
 
-USES=		makeinfo
 GNU_CONFIGURE=	yes
 
 INFO=		bnf



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