From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 13:20:12 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 854071065674 for ; Thu, 18 Nov 2010 13:20:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 41E0C8FC08 for ; Thu, 18 Nov 2010 13:20:12 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1PJ4PL-0001C9-7z>; Thu, 18 Nov 2010 14:20:11 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1PJ4PL-0001Uz-2U>; Thu, 18 Nov 2010 14:20:11 +0100 Message-ID: <4CE5280E.3090009@zedat.fu-berlin.de> Date: Thu, 18 Nov 2010 14:20:14 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: Mk/bsd.command.mk: missing CSH tag X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 13:20:12 -0000 Hello out there, I was trying porting some unusual scientific software to the ports collection (the first time I do) and run into problems. The port does not have any kind of Makefile environment, it is build and installed via a csh script. These scripts also seem to run via ${SH}, but it would be nice to ${CSH}. Is it possible to import this tag into Mk/bsd.command.mk? Thanks, Oliver