pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wezterm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 17 19:51:29 UTC 2025
Modified Files:
pkgsrc/x11/wezterm: Makefile
Log Message:
wezterm: use INSTALL_SCRIPT for script
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/wezterm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wezterm/Makefile
diff -u pkgsrc/x11/wezterm/Makefile:1.2 pkgsrc/x11/wezterm/Makefile:1.3
--- pkgsrc/x11/wezterm/Makefile:1.2 Mon Feb 17 10:47:07 2025
+++ pkgsrc/x11/wezterm/Makefile Mon Feb 17 19:51:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/02/17 10:47:07 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/17 19:51:29 wiz Exp $
# update tag information in post-extract below when updating this
DISTNAME= wezterm-20250213.133349
@@ -68,7 +68,7 @@ do-install:
${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/strip-ansi-escapes \
${DESTDIR}${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/assets/open-wezterm-here \
+ ${INSTALL_SCRIPT} ${WRKSRC}/assets/open-wezterm-here \
${DESTDIR}${PREFIX}/bin
# ${INSTALL_PROGRAM} ${WRKSRC}/target/release/sync-color-schemes \
# ${DESTDIR}${PREFIX}/bin
Home |
Main Index |
Thread Index |
Old Index