Date: Wed, 23 Aug 2000 19:05:25 +1200 From: "Dan Langille" <dan@langille.org> To: Bill Fumerola <billf@chimesnet.com> Cc: Brian Fundakowski Feldman <green@FreeBSD.org>, Akinori MUSHA <knu@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel Makefile ports/devel/ruby-slang Makefile ports/devel/ruby-slang/files md5 ports/devel/ruby- Message-ID: <200008230705.TAA16143@ducky.nz.freebsd.org> In-Reply-To: <20000823030000.Q57333@jade.chc-chimes.com> References: <Pine.BSF.4.21.0008230253380.43476-100000@green.dyndns.org>; from green@FreeBSD.org on Wed, Aug 23, 2000 at 02:55:04AM -0400
next in thread | previous in thread | raw e-mail | index | archive | help
On 23 Aug 2000, at 3:00, Bill Fumerola wrote:
> On Wed, Aug 23, 2000 at 02:55:04AM -0400, Brian Fundakowski Feldman wrote:
>
> > The definition
> > PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby-
> > looks right.
> >
> > I imagine it could be
> > PKGNAMEPREFIX+=ruby-
> > though :)
>
> No, it can't be:
>
> [hawk-billf] /home/billf/foo > cat Makefile
> FOO=foo
> FOO+=bar
>
> all:
> @echo ${FOO}
> [hawk-billf] /home/billf/foo > make
> foo bar
My tests worked fine:
# diff Makefile.original Makefile
42c42
< PKGNAMEPREFIX:= ${PKGNAMEPREFIX}ruby-
---
> PKGNAMEPREFIX+=ruby-
# make -V PKGNAME
ruby-slang-0.33.a
What did I miss?
--
Dan Langille
The FreeBSD Diary - http://www.freebsddiary.org/
FreshPorts - http://freshports.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008230705.TAA16143>
