summaryrefslogtreecommitdiff
path: root/x11/foot
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-30 09:50:40 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-30 09:51:55 +0000
commite3fb5269d3fbe609c85859663b6e13fed61dc781 (patch)
tree900c4ef03b7adc5f286831bb4cf7cf6cc973cb48 /x11/foot
parentftp/proftpd: update to 1.3.7c (diff)
x11/foot: derive terminfo subdirectory from PORTNAME
Diffstat (limited to 'x11/foot')
-rw-r--r--x11/foot/Makefile4
1 files 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