pkgsrc-WIP-changes archive

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

mtm: added terminfo file



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Wed Jul 3 08:27:47 2024 -0400
Changeset:	a700c6605a83145d3638e4b753709d0843e84701

Modified Files:
	mtm/Makefile
	mtm/PLIST

Log Message:
mtm: added terminfo file

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

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

diffstat:
 mtm/Makefile | 3 ++-
 mtm/PLIST    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/mtm/Makefile b/mtm/Makefile
index 461aed3647..b05131e9b6 100644
--- a/mtm/Makefile
+++ b/mtm/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://github.com/deadpixi/mtm/
 COMMENT=	The Micro Terminal Multiplexer
 LICENSE=	gnu-gpl-v3
 
-INSTALLATION_DIRS=	bin man/man1
+INSTALLATION_DIRS=	bin ${PKGMANDIR}/man1 share/mtm/terminfo
 
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncurses}/lib
 LDFLAGS+=	-L${BUILDLINK_PREFIX.ncurses}/lib
@@ -18,6 +18,7 @@ LDFLAGS+=	-L${BUILDLINK_PREFIX.ncurses}/lib
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/mtm ${DESTDIR}/${PREFIX}/bin && \
 	${INSTALL_MAN} ${WRKSRC}/mtm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+	${INSTALL_DATA} ${WRKSRC}/mtm.ti ${DESTDIR}${PREFIX}/share/mtm/terminfo
 
 # needs ncurses: wgetscrreg
 .include "../../devel/ncurses/buildlink3.mk"
diff --git a/mtm/PLIST b/mtm/PLIST
index 7986cbb414..22714f2632 100644
--- a/mtm/PLIST
+++ b/mtm/PLIST
@@ -1,3 +1,4 @@
 @comment $NetBSD$
 bin/mtm
 man/man1/mtm.1
+share/mtm/terminfo/mtm.ti


Home | Main Index | Thread Index | Old Index