Wed May 17 21:25:59 2023 UTC ()
bk: use cargo.mk's install


(wiz)
diff -r1.8 -r1.9 pkgsrc/textproc/bk/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/textproc/bk/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/bk/Makefile 2022/05/08 09:13:35 1.8
+++ pkgsrc/textproc/bk/Makefile 2023/05/17 21:25:59 1.9
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/05/08 09:13:35 pin Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/17 21:25:59 wiz Exp $
 
 DISTNAME=	bk-0.5.3
 CATEGORIES=	textproc
@@ -11,11 +11,6 @@
 LICENSE=	mit
 
 .include "cargo-depends.mk"
-
-INSTALLATION_DIRS=	bin
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/target/release/bk ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"