tech-pkg archive

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

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



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

-- 
Eric Gillespie <*> epg%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index