pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/difftastic
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 22:26:34 UTC 2023
Modified Files:
pkgsrc/devel/difftastic: Makefile
Log Message:
difftastic: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/difftastic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/difftastic/Makefile
diff -u pkgsrc/devel/difftastic/Makefile:1.21 pkgsrc/devel/difftastic/Makefile:1.22
--- pkgsrc/devel/difftastic/Makefile:1.21 Wed May 17 21:30:19 2023
+++ pkgsrc/devel/difftastic/Makefile Wed May 17 22:26:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2023/05/17 21:30:19 pin Exp $
+# $NetBSD: Makefile,v 1.22 2023/05/17 22:26:34 wiz Exp $
DISTNAME= difftastic-0.47.0
CATEGORIES= devel
@@ -15,11 +15,5 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++17
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/difft \
- ${DESTDIR}${PREFIX}/bin
-
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index