Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 1997 05:24:00 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
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
Subject:   Re: cvs commit: ports/x11/tk80 - Imported sources
Message-ID:  <199708251224.FAA07317@silvia.HIP.Berkeley.EDU>
In-Reply-To: <20646.872114866@time.cdrom.com> (jkh@time.cdrom.com)

next in thread | previous in thread | raw e-mail | index | archive | help
 * 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708251224.FAA07317>