Date: Mon, 11 Mar 2002 18:25:36 -0500 From: Alan Eldridge <alane@geeksrus.net> To: Ernst de Haan <znerd@FreeBSD.ORG> Cc: ports@FreeBSD.ORG Subject: Re: .for woes Message-ID: <20020311232536.GA70667@wwweasel.geeksrus.net> In-Reply-To: <02031123024601.00964@heinz> References: <02031123024601.00964@heinz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 11, 2002 at 11:02:46PM +0100, Ernst de Haan wrote: >I'm noticing some weird behaviour. This is my test Makefile: No, you're noticing correct behavior. It just isn't what you wanted. > PORTNAME= testport > PORTVERSION= 1 > FILES:= ${FILESDIR}/a \ > ${FILESDIR}/b The := assigns *now*, and FILESDIR doesn't a value. Everything is working correctly. You want plain '='. > File /a... > File /b... > -- Alan Eldridge "Dave's not here, man." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020311232536.GA70667>