Date: Wed, 19 Jan 2005 18:31:47 +1100 From: Edwin Groothuis <edwin@mavetju.org> To: freebsd-ports-bugs@freebsd.org Cc: Kris Kennaway <kris@obsecurity.org> Subject: Re: Bug in ports system's DISTFILES handling? Message-ID: <20050119073147.GL1175@k7.mavetju> In-Reply-To: <20050119072607.GJ1033@k7.mavetju> References: <20050117131440.2486ac2a@dolphin.local.net> <41EC175F.8060805@tvog.net> <20050117225702.GA31708@xor.obsecurity.org> <20050119005427.70f7b3ac@dolphin.local.net> <20050119072607.GJ1033@k7.mavetju>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 19, 2005 at 06:26:07PM +1100, Edwin Groothuis wrote: > Or to make it easiest of all: > -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} > +DISTFILES= ${DEFAULTDISTFILE} > .if !defined(NOPORTDOCS) > DISTFILES+= ${DISTNAME}-doc${EXTRACT_SUFX} > .endif > and then DEFAULTDISTFILE is in the "bsd.port.pre.mk" defined. This > way it's easy to for the Makefile of chinese/xcin25: > DISTFILES= ${DEFAULTDISTFILE} chewing-2002Jan07-snapshot.tar.gz > No confusion about things here. It will also make the EXTRACT_ONLY in devel/libdict easier, and the .if exists in devel/rtplib, and the IGNORE in biology/blast, and the NOTICE in emulators/ski, and the do-extract in java/sun-wtk etc etc etc Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050119073147.GL1175>