summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2011-12-16 12:41:05 +0000
committergdt <gdt@pkgsrc.org>2011-12-16 12:41:05 +0000
commit92d219fc5f1b2fd37b53f2b1285467e91470a899 (patch)
tree6f73c2d0e12cc7cdb6269296c52bf60e72b15d17 /lang
parent77e4e837262474407e8b823cfc85b61a13fe7079 (diff)
downloadpkgsrc-92d219fc5f1b2fd37b53f2b1285467e91470a899.tar.gz
Clarify when distutils.mk should be used.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/egg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python/egg.mk b/lang/python/egg.mk
index e82415a7f22..49d0daa8595 100644
--- a/lang/python/egg.mk
+++ b/lang/python/egg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: egg.mk,v 1.11 2010/07/23 22:44:46 gdt Exp $
+# $NetBSD: egg.mk,v 1.12 2011/12/16 12:41:05 gdt Exp $
#
# Common logic to handle Python Eggs
#
@@ -6,7 +6,8 @@
# This file should be included to package python "distributions" which
# use setuptools to create an egg. The presence of egg-info in a
-# package does not indicate that the package is an egg.
+# package does not indicate that the package is an egg - distributions
+# that use distutils should use distutils.mk.
EGG_NAME?= ${DISTNAME}