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