pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wired-notify
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 20:34:56 UTC 2023
Modified Files:
pkgsrc/x11/wired-notify: Makefile
Log Message:
wired-notify: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/wired-notify/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/wired-notify/Makefile
diff -u pkgsrc/x11/wired-notify/Makefile:1.6 pkgsrc/x11/wired-notify/Makefile:1.7
--- pkgsrc/x11/wired-notify/Makefile:1.6 Tue Apr 25 16:24:15 2023
+++ pkgsrc/x11/wired-notify/Makefile Wed May 17 20:34:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/04/25 16:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/17 20:34:56 wiz Exp $
DISTNAME= wired-notify-0.10.2
PKGREVISION= 2
@@ -20,9 +20,7 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH
RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/wired \
- ${DESTDIR}${PREFIX}/bin
+post-install:
${INSTALL_DATA} ${WRKSRC}/wired.ron \
${DESTDIR}${PREFIX}/share/examples/wired-notify
${INSTALL_DATA} ${WRKSRC}/wired_multilayout.ron \
Home |
Main Index |
Thread Index |
Old Index