summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-08-14 20:50:21 +0000
committertnn <tnn@pkgsrc.org>2020-08-14 20:50:21 +0000
commitb7c3cf642f3cf740287527cad29d7082901eea44 (patch)
tree3171b7d08592f4a90731195a422681ec26a04cad /textproc
parenta05d4148378f27535966f83e1372f5dd4b7789e1 (diff)
downloadpkgsrc-b7c3cf642f3cf740287527cad29d7082901eea44.tar.gz
cargo users: drop do-build target where redundant
Diffstat (limited to 'textproc')
-rw-r--r--textproc/bat/Makefile5
-rw-r--r--textproc/ripgrep/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile
index c820869ca39..abde428643a 100644
--- a/textproc/bat/Makefile
+++ b/textproc/bat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/06/02 08:24:50 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/08/14 20:50:22 tnn Exp $
DISTNAME= bat-0.15.4
PKGREVISION= 1
@@ -182,9 +182,6 @@ CARGO_CRATE_DEPENDS+= yaml-rust-0.4.3
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N}
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/bat ${DESTDIR}${PREFIX}/bin
cd ${WRKSRC}/target/release && \
diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile
index 0c1363ff177..080c6b5ed28 100644
--- a/textproc/ripgrep/Makefile
+++ b/textproc/ripgrep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/08/14 11:05:00 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/14 20:50:21 tnn Exp $
DISTNAME= ripgrep-11.0.2
CATEGORIES= textproc
@@ -78,9 +78,6 @@ CARGO_CRATE_DEPENDS+= wincolor-1.0.1
INSTALLATION_DIRS= bin
-do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --offline --release -j${_MAKE_JOBS_N}
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/rg ${DESTDIR}${PREFIX}/bin