pkgsrc-WIP-changes archive

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

rust17{5,6}: whiespace fix (unexpand the latest Darwin-related fix).



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Mar 3 13:52:08 2024 +0000
Changeset:	bf8680f3ca1f30eb748fdbad644c2f76c116ddf7

Modified Files:
	rust175/cargo.mk
	rust176/cargo.mk

Log Message:
rust17{5,6}: whiespace fix (unexpand the latest Darwin-related fix).

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

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

diffstat:
 rust175/cargo.mk | 6 +++---
 rust176/cargo.mk | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/rust175/cargo.mk b/rust175/cargo.mk
index ac5a6f2b0e..0de07484c6 100644
--- a/rust175/cargo.mk
+++ b/rust175/cargo.mk
@@ -102,9 +102,9 @@ do-cargo-install:
 .PHONY: do-cargo-post-install-darwin-fix-rpath
 post-install: do-cargo-post-install-darwin-fix-rpath
 do-cargo-post-install-darwin-fix-rpath:
-	${RUN} cd ${DESTDIR};                                                           \
-	for i in $$(${FIND} .${PREFIX}/lib -name '*.so' | ${SED} -e 's|^\./||'); do     \
-	  install_name_tool -id /$$i $$i;                                               \
+	${RUN} cd ${DESTDIR};								\
+	for i in $$(${FIND} .${PREFIX}/lib -name '*.so' | ${SED} -e 's|^\./||'); do	\
+	  install_name_tool -id /$$i $$i;						\
 	done
 .endif
 
diff --git a/rust176/cargo.mk b/rust176/cargo.mk
index ac5a6f2b0e..0de07484c6 100644
--- a/rust176/cargo.mk
+++ b/rust176/cargo.mk
@@ -102,9 +102,9 @@ do-cargo-install:
 .PHONY: do-cargo-post-install-darwin-fix-rpath
 post-install: do-cargo-post-install-darwin-fix-rpath
 do-cargo-post-install-darwin-fix-rpath:
-	${RUN} cd ${DESTDIR};                                                           \
-	for i in $$(${FIND} .${PREFIX}/lib -name '*.so' | ${SED} -e 's|^\./||'); do     \
-	  install_name_tool -id /$$i $$i;                                               \
+	${RUN} cd ${DESTDIR};								\
+	for i in $$(${FIND} .${PREFIX}/lib -name '*.so' | ${SED} -e 's|^\./||'); do	\
+	  install_name_tool -id /$$i $$i;						\
 	done
 .endif
 


Home | Main Index | Thread Index | Old Index