On Thu, Nov 18, 2010 at 09:18:39AM -0800, Rob Farmer thus spake:
On Thu, Nov 18, 2010 at 08:13, Eir Nym <[email protected]> wrote:
On 18 November 2010 19:08, Jason Helfman <[email protected]> wrote:
Wrote a quick patch:
--- bsd.commands.mk.orig        2010-11-18 08:05:47.000000000 -0800
+++ bsd.commands.mk     2010-11-18 08:06:17.000000000 -0800
@@ -76,6 +76,7 @@
 SED?=          /usr/bin/sed
 SETENV?=       /usr/bin/env
 SH?=           /bin/sh
+CSH?=          /bin/csh
 SORT?=         /usr/bin/sort
 STRIP_CMD?=    /usr/bin/strip
 # Command to run commands as privileged user


The patch should probably retain alphabetical order.

Yes, thanks.

[jhelf...@eggman /usr/ports/Mk]$ diff -ur bsd.commands.mk.orig
bsd.commands.mk
--- bsd.commands.mk.orig        2010-11-18 08:05:47.000000000 -0800
+++ bsd.commands.mk     2010-11-18 09:38:56.000000000 -0800
@@ -31,6 +31,7 @@
 COMM?=         /usr/bin/comm
 CP?=           /bin/cp
 CPIO?=         /usr/bin/cpio
+CSH?=          /bin/csh
 CUT?=          /usr/bin/cut
 DC?=           /usr/bin/dc
 DIALOG?=       /usr/bin/dialog

--
Jason Helfman
System Administrator
experts-exchange.com
http://www.experts-exchange.com/M_4830110.html
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to