From owner-cvs-ports Mon Aug 25 05:59:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08905 for cvs-ports-outgoing; Mon, 25 Aug 1997 05:59:45 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA08871; Mon, 25 Aug 1997 05:59:14 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id FAA07317; Mon, 25 Aug 1997 05:24:00 -0700 (PDT) Date: Mon, 25 Aug 1997 05:24:00 -0700 (PDT) Message-Id: <199708251224.FAA07317@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: fenner@parc.xerox.com, jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-ports@freebsd.org In-reply-to: <20646.872114866@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: ports/x11/tk80 - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * I guess because I didn't know I could do that. ;-) * > BUILD_DEPENDS= ${PORTSDIR}/lang/tcl80/work/.configure_done:${PORTSDIR} * /lang/tcl80:configure Actually, you don't even need the ".../.configure_done" part. The way I usually do it is BUILD_DEPENDS= /nonexistent:${PORTSDIR}/lang/tcl80:configure Since the lang/tcl80 directory needs to exist and "make configure" in there will DTRT depending on whether the configure cookie already exists or not, there is no need to specify the cookie directly. Besides, the cookie is for bsd.port.mk's internal use...what is going to happen if someday I suddenly decide to call it ".configure_cookie"? :). Satoshi