Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2023 19:01:50 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: f46f2e036ec5 - main - deskutils/gcal: Remove USES=makeinfo
Message-ID:  <202310211901.39LJ1oYW035006@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=f46f2e036ec55b8626209003c663e8fd962f0b48

commit f46f2e036ec55b8626209003c663e8fd962f0b48
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-21 17:29:58 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-21 19:01:37 +0000

    deskutils/gcal: Remove USES=makeinfo
    
    - Distfile ships with info files and no need to regenerate these files
    - Pet portclippy
---
 deskutils/gcal/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/deskutils/gcal/Makefile b/deskutils/gcal/Makefile
index f152d8754c10..e9049c7e8dd2 100644
--- a/deskutils/gcal/Makefile
+++ b/deskutils/gcal/Makefile
@@ -10,15 +10,17 @@ WWW=		https://www.gnu.org/software/gcal/
 
 LICENSE=	GPLv3+
 
-GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	MAKEINFO="${MAKEINFO} --no-split"
-USES=		charsetfix shebangfix makeinfo tar:xz
+USES=		charsetfix shebangfix tar:xz
+
 SHEBANG_FILES=	misc/gcalltx/gcalltxp.in misc/gcalltx/gcalltx.pl
 
+GNU_CONFIGURE=	yes
+
 INFO=		gcal
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
+
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls
 



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