tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Add default EGG_NAME in lang/python/egg.mk ?



+1

On Thu, 11 Sep 2008 01:45:11 +0900, Eric Gillespie <epg%netbsd.org@localhost> 
wrote:

> It looks like almost every egg.mk-using package but two
> (setuptools and py-flup) set EGG_NAME to DISTNAME.  Can we make
> that the default?
>
> --- egg.mk.~1.5.~     2008-09-10 09:33:38.000000000 -0700
> +++ egg.mk    2008-09-10 09:43:30.000000000 -0700
> @@ -4,6 +4,8 @@
>  #
>  .include "../../mk/bsd.prefs.mk"
> 
> +EGG_NAME?=   ${DISTNAME}
> +
>  PYDISTUTILSPKG=      yes
>  PY_PATCHPLIST=       yes
>  # Only Python 2.4 support by devel/py-setuptools right now
>

-- 
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index