pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/helix helix: remove unnecessary rust mk.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48f7e36bf151
branches:  trunk
changeset: 376538:48f7e36bf151
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Sat Apr 09 11:11:09 2022 +0000

description:
helix: remove unnecessary rust mk.

diffstat:

 editors/helix/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r fdcdc8a83e62 -r 48f7e36bf151 editors/helix/Makefile
--- a/editors/helix/Makefile    Sat Apr 09 10:39:42 2022 +0000
+++ b/editors/helix/Makefile    Sat Apr 09 11:11:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/04/02 09:36:15 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2022/04/09 11:11:09 nikita Exp $
 
 GITHUB_PROJECT=        helix
 DISTNAME=      22.03
@@ -409,6 +409,5 @@
        ${INSTALL_LIB} ${WRKSRC}/runtime/grammars/*.so ${DESTDIR}${PREFIX}/share/helix/runtime/grammars/
 
 .include "../../lang/rust/cargo.mk"
-.include "../../lang/rust/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index