pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/bk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 21:25:59 UTC 2023

Modified Files:
        pkgsrc/textproc/bk: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/bk/Makefile

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

Modified files:

Index: pkgsrc/textproc/bk/Makefile
diff -u pkgsrc/textproc/bk/Makefile:1.8 pkgsrc/textproc/bk/Makefile:1.9
--- pkgsrc/textproc/bk/Makefile:1.8     Sun May  8 09:13:35 2022
+++ pkgsrc/textproc/bk/Makefile Wed May 17 21:25:59 2023
@@ -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
@@ -12,10 +12,5 @@ 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"



Home | Main Index | Thread Index | Old Index