pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/csvlens
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 21:30:33 UTC 2023
Modified Files:
pkgsrc/textproc/csvlens: Makefile
Log Message:
csvlens: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/csvlens/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/csvlens/Makefile
diff -u pkgsrc/textproc/csvlens/Makefile:1.9 pkgsrc/textproc/csvlens/Makefile:1.10
--- pkgsrc/textproc/csvlens/Makefile:1.9 Mon May 1 15:48:23 2023
+++ pkgsrc/textproc/csvlens/Makefile Wed May 17 21:30:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/05/01 15:48:23 pin Exp $
+# $NetBSD: Makefile,v 1.10 2023/05/17 21:30:32 wiz Exp $
DISTNAME= csvlens-0.1.13
CATEGORIES= textproc
@@ -12,11 +12,5 @@ LICENSE= mit
.include "cargo-depends.mk"
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/csvlens \
- ${DESTDIR}${PREFIX}/bin
-
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index