From owner-freebsd-ports@FreeBSD.ORG Sat May 22 22:38:57 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17905106566C for ; Sat, 22 May 2010 22:38:57 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from mxtip01-umsystem-out.um.umsystem.edu (mxtip01-umsystem-out.um.umsystem.edu [209.106.229.49]) by mx1.freebsd.org (Postfix) with ESMTP id CEA1A8FC17 for ; Sat, 22 May 2010 22:38:56 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkoGAJz390vRauUp/2dsb2JhbACeD2sGtAyIX4UTBINB Received: from um-nsmtpout1.um.umsystem.edu ([209.106.229.41]) by mxtip01-mizzou-out.um.umsystem.edu with ESMTP; 22 May 2010 17:27:24 -0500 Received: from um-nsmtpout1.um.umsystem.edu ([209.106.229.35]) by um-nsmtpout1.um.umsystem.edu with Microsoft SMTPSVC(6.0.3790.4675); Sat, 22 May 2010 17:27:24 -0500 Received: from laptop3.gateway.2wire.net ([128.206.108.2]) by um-nsmtpout1.um.umsystem.edu with Microsoft SMTPSVC(6.0.3790.4675); Sat, 22 May 2010 17:27:23 -0500 Message-ID: <4BF85A4A.8060209@missouri.edu> Date: Sat, 22 May 2010 17:27:22 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100521 Firefox MIME-Version: 1.0 To: "ports@FreeBSD.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 May 2010 22:27:23.0984 (UTC) FILETIME=[F371BD00:01CAF9FD] Cc: Subject: How to extract tcl src 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: Sat, 22 May 2010 22:38:57 -0000 I am trying to update graphics/togl. I am running into the following issue. The togl configure file accesses /usr/local/lib/tcl8.5/tclConfig.sh, and figures out that the port was built in /usr/ports/lang/tcl85/work/tcl8.5.8. It wants to access that directory. How do I tell the Makefile in the port to make sure that I have done something like "cd /usr/ports/lang/tcl85 && make extract"?