pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/helix



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sat Apr  9 11:11:10 UTC 2022

Modified Files:
        pkgsrc/editors/helix: Makefile

Log Message:
helix: remove unnecessary rust mk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/helix/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/helix/Makefile
diff -u pkgsrc/editors/helix/Makefile:1.1 pkgsrc/editors/helix/Makefile:1.2
--- pkgsrc/editors/helix/Makefile:1.1   Sat Apr  2 09:36:15 2022
+++ pkgsrc/editors/helix/Makefile       Sat Apr  9 11:11:09 2022
@@ -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 @@ post-install:
        ${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