pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/lok
Module Name: pkgsrc
Committed By: pin
Date: Sun Feb 27 20:32:14 UTC 2022
Modified Files:
pkgsrc/textproc/lok: Makefile
Log Message:
textproc/lok: add warning
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/lok/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/lok/Makefile
diff -u pkgsrc/textproc/lok/Makefile:1.5 pkgsrc/textproc/lok/Makefile:1.6
--- pkgsrc/textproc/lok/Makefile:1.5 Mon Jul 5 08:46:37 2021
+++ pkgsrc/textproc/lok/Makefile Sun Feb 27 20:32:14 2022
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/07/05 08:46:37 pin Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/27 20:32:14 pin Exp $
+# lok- 0.1.5 requires rust-1.59.0
DISTNAME= lok-0.1.4
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=wyhaya/}
@@ -17,7 +18,8 @@ USE_LANGUAGES+= c
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/lok ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/target/release/lok \
+ ${DESTDIR}${PREFIX}/bin
.include "../../lang/rust/cargo.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index