pkgsrc-WIP-changes archive

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

rust187: Fix typo to fix builds fo rust.mk consumers (from main pkgsrc).



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Tue Jun 17 16:38:58 2025 +0000
Changeset:	820259c757e58a95aa4cc466687c97ed93bafadc

Modified Files:
	rust187/rust.mk

Log Message:
rust187: Fix typo to fix builds fo rust.mk consumers (from main pkgsrc).

Original commit by ryoon@

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=820259c757e58a95aa4cc466687c97ed93bafadc

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

diffstat:
 rust187/rust.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust187/rust.mk b/rust187/rust.mk
index 75a8a5f6fe..dc01362fd5 100644
--- a/rust187/rust.mk
+++ b/rust187/rust.mk
@@ -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