From owner-freebsd-ports Tue Aug 20 20:58:04 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA06843 for ports-outgoing; Tue, 20 Aug 1996 20:58:04 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA06831; Tue, 20 Aug 1996 20:57:58 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id UAA06215; Tue, 20 Aug 1996 20:57:55 -0700 (PDT) Date: Tue, 20 Aug 1996 20:57:55 -0700 (PDT) Message-Id: <199608210357.UAA06215@silvia.HIP.Berkeley.EDU> To: jmz@freebsd.org CC: ports@freebsd.org Subject: emulators/tkhfs From: asami@freebsd.org (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The tkhfs port wants to put FSBox.tcl in /usr/libdata/tcl. I took a look at the Makefile, it seems like it asks tclsh about it (and /usr/bin/tclsh says "sure, that's gonna be /usr/libdata/tcl"). Can you fix this so it can be read from /usr/local/libdata/tcl (or whatever)? Or is that impossible if we use /usr/bin/tclsh? Satoshi