pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Jun 17 01:42:15 UTC 2025
Modified Files:
pkgsrc/lang/rust: rust.mk
Log Message:
lang/rust: Fix typo to fix builds of rust.mk consumers
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/rust/rust.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.15 pkgsrc/lang/rust/rust.mk:1.16
--- pkgsrc/lang/rust/rust.mk:1.15 Mon Jun 16 21:10:43 2025
+++ pkgsrc/lang/rust/rust.mk Tue Jun 17 01:42:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.15 2025/06/16 21:10:43 he Exp $
+# $NetBSD: rust.mk,v 1.16 2025/06/17 01:42:15 ryoon Exp $
#
# This file determines the type of rust package to use.
#
@@ -41,7 +41,7 @@ RUST_RUNTIME?= no
RUST_TYPE?= bin
.else
RUST_TYPE?= src
-.endig
+.endif
.if ${RUST_TYPE} == "bin"
. if ${RUST_RUNTIME} == "no"
Home |
Main Index |
Thread Index |
Old Index