diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-04-09 17:12:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-04-09 17:32:54 +0000 |
commit | ad122b33a42e2cc81fca5b02c164ad1792cb356b (patch) | |
tree | 48777bb55f0654e38482cd34c7a167b8daf0f304 /x11/wezterm | |
parent | Mk/Uses: Add new pathfix expression (diff) |
x11/wezterm: expose nautilus menu after b4e52f9bbec0
https://github.com/wez/wezterm/commit/8020e094bbd9
Diffstat (limited to 'x11/wezterm')
-rw-r--r-- | x11/wezterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 0282bcf070ec..1e9a89662a0f 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -36,6 +36,7 @@ PLIST_FILES= bin/strip-ansi-escapes \ share/icons/hicolor/128x128/apps/org.wezfurlong.wezterm.png \ share/icons/hicolor/scalable/apps/org.wezfurlong.wezterm.svg \ share/metainfo/org.wezfurlong.wezterm.appdata.xml \ + share/nautilus-python/extensions/${PORTNAME}-nautilus.py \ ${NULL} .if exists(/usr/bin/tic) @@ -551,7 +552,7 @@ do-install-DOCS-on: post-install: # Install assets similar to ci/deploy.sh -.for f in ${PORTNAME}.desktop ${PORTNAME}.appdata.xml \ +.for f in ${PORTNAME}.desktop ${PORTNAME}.appdata.xml ${PORTNAME}-nautilus.py \ icon/terminal.png icon/${PORTNAME}-icon.svg shell-integration/${PORTNAME}.sh ${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_FILES:M*.${f:E}:H} ${INSTALL_DATA} ${WRKSRC}/assets/${f:R}.${f:E} \ |