git: e3fb5269d3fb - main - x11/foot: derive terminfo subdirectory from PORTNAME

Jan Beich jbeich at FreeBSD.org
Mon Aug 30 09:54:12 UTC 2021


The branch main has been updated by jbeich:

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

commit e3fb5269d3fbe609c85859663b6e13fed61dc781
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-08-30 09:50:40 +0000
Commit:     Jan Beich <jbeich at 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


More information about the dev-commits-ports-main mailing list