From owner-cvs-all Wed Aug 23 0: 0: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id C94C837B423; Wed, 23 Aug 2000 00:00:00 -0700 (PDT) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 5CBAE1C73; Wed, 23 Aug 2000 03:00:00 -0400 (EDT) Date: Wed, 23 Aug 2000 03:00:00 -0400 From: Bill Fumerola To: Brian Fundakowski Feldman Cc: Dan Langille , Akinori MUSHA , 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: <20000823030000.Q57333@jade.chc-chimes.com> References: <200008230628.SAA15870@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from green@FreeBSD.org on Wed, Aug 23, 2000 at 02:55:04AM -0400 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 [hawk-billf] /home/billf/foo > a stupid hack (only works if there is one member): [hawk-billf] /home/billf/foo > cat Makefile FOO=foo all: @echo ${FOO:S/$/bar/} [hawk-billf] /home/billf/foo > make foobar [hawk-billf] /home/billf/foo > Someone more intelligent then I will no doubt come up with the proper answer, though. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message