summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2008-09-12 05:32:37 +0000
committerepg <epg@pkgsrc.org>2008-09-12 05:32:37 +0000
commit32b74bcb63c8b3cd184b2cb3794445c53d057106 (patch)
tree8707d632c7cadae9c9c675daac713a7bf781fc3b /lang/python
parentb2e45701a0377b9e4b6d211ecde061f27a1c0f5c (diff)
downloadpkgsrc-32b74bcb63c8b3cd184b2cb3794445c53d057106.tar.gz
Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/egg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index 72e2092c2bd..aa70a0a95dd 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -1,9 +1,11 @@
-# $NetBSD: egg.mk,v 1.5 2008/09/10 16:33:38 epg Exp $
+# $NetBSD: egg.mk,v 1.6 2008/09/12 05:32:38 epg Exp $
#
# Common logic to handle Python Eggs
#
.include "../../mk/bsd.prefs.mk"
+EGG_NAME?= ${DISTNAME}
+
PYDISTUTILSPKG= yes
PY_PATCHPLIST= yes
# Only Python 2.4 support by devel/py-setuptools right now