Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2021 09:54:12 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3fb5269d3fb - main - x11/foot: derive terminfo subdirectory from PORTNAME
Message-ID:  <202108300954.17U9sC9O008632@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit e3fb5269d3fbe609c85859663b6e13fed61dc781
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-08-30 09:50:40 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-08-30 09:51:55 +0000

    x11/foot: derive terminfo subdirectory from PORTNAME
---
 x11/foot/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index 1473eba87443..864946204c51 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -41,8 +41,8 @@ XDG_RUN_DEPENDS=	xdg-open:devel/xdg-utils
 # Add site- suffix to avoid conflict with terminfo-db (part of ncurses)
 MESON_ARGS+=	-Dcustom-terminfo-install-location="${PLIST_FILES:M*terminfo*:[1]:H:H}"
 PKGMESSAGE=	${NONEXISTENT}
-PLIST_FILES+=	share/site-terminfo/f/${PORTNAME} \
-		share/site-terminfo/f/${PORTNAME}-direct
+PLIST_FILES+=	share/site-terminfo/${PORTNAME:C,^.,&/&,} \
+		share/site-terminfo/${PORTNAME:C,^.,&/&,}-direct
 .else
 MESON_ARGS+=	-Dterminfo=disabled -Ddefault-terminfo=xterm-256color
 .endif



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