pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Nov 22 09:06:09 UTC 2022

Modified Files:
        pkgsrc/mk/tools: tools.SunOS.mk

Log Message:
mk/tools: Sync comments with reality.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/mk/tools/tools.SunOS.mk

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

Modified files:

Index: pkgsrc/mk/tools/tools.SunOS.mk
diff -u pkgsrc/mk/tools/tools.SunOS.mk:1.52 pkgsrc/mk/tools/tools.SunOS.mk:1.53
--- pkgsrc/mk/tools/tools.SunOS.mk:1.52 Sun Jan  9 17:36:52 2022
+++ pkgsrc/mk/tools/tools.SunOS.mk      Tue Nov 22 09:06:08 2022
@@ -1,8 +1,7 @@
-# $NetBSD: tools.SunOS.mk,v 1.52 2022/01/09 17:36:52 tnn Exp $
+# $NetBSD: tools.SunOS.mk,v 1.53 2022/11/22 09:06:08 jperkin Exp $
 #
-# System-supplied tools for the Solaris operating system.
+# System-supplied tools for the Solaris and illumos operating systems.
 #
-# We bootstrap a pdksh shell on this platform.
 
 TOOLS_PLATFORM.[?=             [                       # shell builtin
 .if exists(/usr/bin/gawk)
@@ -72,7 +71,7 @@ TOOLS_PLATFORM.fgrep?=                /usr/xpg4/bin/gr
 .endif
 TOOLS_PLATFORM.env?=           /usr/bin/env
 TOOLS_PLATFORM.expr?=          /usr/xpg4/bin/expr
-.if exists(/usr/gnu/bin/false) # if we are using OpenSolaris
+.if exists(/usr/gnu/bin/false)
 TOOLS_PLATFORM.false?=         /usr/gnu/bin/false
 .else
 TOOLS_PLATFORM.false?=         false                   # shell builtin
@@ -130,7 +129,7 @@ TOOLS_PLATFORM.install-info?=       /usr/bin/i
 .elif exists(/usr/sfw/bin/install-info)
 TOOLS_PLATFORM.install-info?=  /usr/sfw/bin/install-info
 .endif
-.if exists(/usr/bin/ginstall)  # if we are using OpenSolaris
+.if exists(/usr/bin/ginstall)
 TOOLS_PLATFORM.install?=       /usr/bin/ginstall
 .else
 TOOLS_PLATFORM.install?=       /usr/ucb/install



Home | Main Index | Thread Index | Old Index