pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cbindgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 22:32:39 UTC 2023

Modified Files:
        pkgsrc/devel/cbindgen: Makefile

Log Message:
cbindgen: use cargo.mk's install


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/cbindgen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cbindgen/Makefile
diff -u pkgsrc/devel/cbindgen/Makefile:1.30 pkgsrc/devel/cbindgen/Makefile:1.31
--- pkgsrc/devel/cbindgen/Makefile:1.30 Thu Aug  4 00:54:06 2022
+++ pkgsrc/devel/cbindgen/Makefile      Wed May 17 22:32:39 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2022/08/04 00:54:06 gutteridge Exp $
+# $NetBSD: Makefile,v 1.31 2023/05/17 22:32:39 wiz Exp $
 
 DISTNAME=      cbindgen-0.24.3
 CATEGORIES=    devel
@@ -11,11 +11,6 @@ LICENSE=     mpl-2.0
 
 .include "cargo-depends.mk"
 
-INSTALLATION_DIRS=     bin
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/cbindgen ${DESTDIR}${PREFIX}/bin
-
 RUST_RUNTIME=  yes
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index