pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/lok textproc/lok: add warning
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d51eb85a27d
branches: trunk
changeset: 374811:7d51eb85a27d
user: pin <pin%pkgsrc.org@localhost>
date: Sun Feb 27 20:32:14 2022 +0000
description:
textproc/lok: add warning
diffstat:
textproc/lok/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 5fa85870ea6a -r 7d51eb85a27d textproc/lok/Makefile
--- a/textproc/lok/Makefile Sun Feb 27 17:51:30 2022 +0000
+++ b/textproc/lok/Makefile Sun Feb 27 20:32:14 2022 +0000
@@ -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 @@
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