summaryrefslogtreecommitdiff
path: root/mk/platform
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-04-27 12:03:36 +0000
committertron <tron@pkgsrc.org>2009-04-27 12:03:36 +0000
commitb940dfa8f392b29809ccd4605042f941951ac6b4 (patch)
treeee37b8e45b70d435ebbf5146585be43fc504ef54 /mk/platform
parent28c3994b8ddab1db4dc1ad87ddf3aa706e604f6b (diff)
downloadpkgsrc-b940dfa8f392b29809ccd4605042f941951ac6b4.tar.gz
Revert last change for the moment as "/bin/ksh" fails to execute
the "configure" script of "pkg_install".
Diffstat (limited to 'mk/platform')
-rw-r--r--mk/platform/Darwin.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk
index 9b17a792b47..45d2af71226 100644
--- a/mk/platform/Darwin.mk
+++ b/mk/platform/Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Darwin.mk,v 1.35 2009/04/24 11:54:14 tron Exp $
+# $NetBSD: Darwin.mk,v 1.36 2009/04/27 12:03:36 tron Exp $
#
# Variable definitions for the Darwin operating system.
@@ -34,12 +34,6 @@ IMAKEOPTS+= -DBuildHtmlManPages=NO
IMAKEOPTS+= -DInstallFlags=-c # do not set user or group
.endif
-# Use "/bin/ksh" under Mac OS X Leopard and newer because it is
-# considerably faster that "/bin/sh" (BASH).
-.if empty(MACHINE_PLATFORM:MDarwin-[0-8].*-*)
-SH?= /bin/ksh
-.endif
-
.if !defined(PKGSRC_COMPILER) || !empty(PKGSRC_COMPILER:Mgcc)
# Use the GNU cpp, not the OS X cpp, don't look in "/usr/local/include"
# before "/usr/include".