pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hgrep
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 21:41:21 UTC 2023
Modified Files:
pkgsrc/textproc/hgrep: Makefile
Log Message:
hgrep: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/hgrep/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/hgrep/Makefile
diff -u pkgsrc/textproc/hgrep/Makefile:1.15 pkgsrc/textproc/hgrep/Makefile:1.16
--- pkgsrc/textproc/hgrep/Makefile:1.15 Sat Apr 1 15:58:34 2023
+++ pkgsrc/textproc/hgrep/Makefile Wed May 17 21:41:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/04/01 15:58:34 pin Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/17 21:41:21 wiz Exp $
DISTNAME= hgrep-0.3.2
CATEGORIES= textproc
@@ -12,8 +12,6 @@ LICENSE= mit
.include "cargo-depends.mk"
-INSTALLATION_DIRS= bin
-
CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= ripgrep syntect-printer
@@ -22,10 +20,6 @@ CARGO_FEATURES+= ripgrep syntect-printe
BUILDLINK_TRANSFORM+= l:execinfo:execinfo:atomic
.endif
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/hgrep \
- ${DESTDIR}${PREFIX}/bin
-
.include "../../mk/atomic64.mk"
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index