pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

foot: disable terminfo detection



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Feb 27 15:01:26 2026 +0100
Changeset:	f88d2369cb6c638997e463a7009fac2909566b29

Modified Files:
	foot/Makefile

Log Message:
foot: disable terminfo detection

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f88d2369cb6c638997e463a7009fac2909566b29

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 foot/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/foot/Makefile b/foot/Makefile
index d3ef9db903..7258b3c4dc 100644
--- a/foot/Makefile
+++ b/foot/Makefile
@@ -12,14 +12,12 @@ LICENSE=	mit
 USE_TOOLS+=	pkg-config
 
 MESON_ARGS+=	-Dtests=false
+MESON_ARGS+=	-Dterminfo=disabled
 
 EGDIR=		${PREFIX}/share/examples/foot
 OWN_DIRS+=	${PKG_SYSCONFDIR}/xdg/foot
 CONF_FILES=	${EGDIR}/foot.ini ${PKG_SYSCONFDIR}/xdg/foot/foot.ini
 
-post-install:
-	${RM} -rf ${DESTDIR}${PREFIX}/share/terminfo
-
 .include "../../devel/meson/build.mk"
 .include "../../textproc/scdoc/tool.mk"
 .include "../../converters/utf8proc/buildlink3.mk"


Home | Main Index | Thread Index | Old Index