Thu May 18 00:04:26 2023 UTC ()
Spaces to tabs.


(schmonz)
diff -r1.91 -r1.92 pkgsrc/mk/platform/Linux.mk

cvs diff -r1.91 -r1.92 pkgsrc/mk/platform/Linux.mk (expand / switch to context diff)
--- pkgsrc/mk/platform/Linux.mk 2022/09/27 08:46:33 1.91
+++ pkgsrc/mk/platform/Linux.mk 2023/05/18 00:04:26 1.92
@@ -1,4 +1,4 @@
-# $NetBSD: Linux.mk,v 1.91 2022/09/27 08:46:33 jperkin Exp $
+# $NetBSD: Linux.mk,v 1.92 2023/05/18 00:04:26 schmonz Exp $
 #
 # Variable definitions for the Linux operating system.
 
@@ -92,9 +92,9 @@
 _OPSYS_LIB_DIRS?=	/lib /usr/lib
 .elif exists(/etc/NIXOS)
 # NixOS has no fixed locations for system libraries.
-_OPSYS_INCLUDE_DIRS!=  echo "" | cpp -v 2>&1 | grep '^[[:space:]]*/.*include$$' | tr '\n' ' '
+_OPSYS_INCLUDE_DIRS!=	echo "" | cpp -v 2>&1 | grep '^[[:space:]]*/.*include$$' | tr '\n' ' '
 
-_OPSYS_LIB_DIRS!=      cc -print-search-dirs | awk '/^libraries:/ { $$1=""; $$2=substr($$2, 2); print $$0; }' | tr ':' '\n' 
+_OPSYS_LIB_DIRS!=	cc -print-search-dirs | awk '/^libraries:/ { $$1=""; $$2=substr($$2, 2); print $$0; }' | tr ':' '\n' 
 .else
 _OPSYS_SYSTEM_RPATH=	/lib${LIBABISUFFIX}:/usr/lib${LIBABISUFFIX}
 _OPSYS_LIB_DIRS?=	/lib${LIBABISUFFIX} /usr/lib${LIBABISUFFIX}