summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-08 20:23:21 +0000
committerwiz <wiz>2012-04-08 20:23:21 +0000
commit383820217187db9c93329a68c6e2bf5ad365be7a (patch)
tree66ae1a31815ab2e2cc39e1792eae337e731e8a48 /lang/python
parent12b5ccc460c81cca6383252045f5ce1bffffe8a4 (diff)
downloadpkgsrc-383820217187db9c93329a68c6e2bf5ad365be7a.tar.gz
Update comment.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/distutils.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/distutils.mk b/lang/python/distutils.mk
index 7caa35fb49a..d82490c2846 100644
--- a/lang/python/distutils.mk
+++ b/lang/python/distutils.mk
@@ -1,4 +1,4 @@
-# $NetBSD: distutils.mk,v 1.4 2012/04/08 20:22:01 wiz Exp $
+# $NetBSD: distutils.mk,v 1.5 2012/04/08 20:23:21 wiz Exp $
#
# Common logic for python distributions that use distutils.
#
@@ -24,8 +24,7 @@ EGG_NAME?= ${DISTNAME}
# Python distutils will create an eggfile.
PY_NO_EGG?= no
-# Egg files have the version encoded, so generalize in PLIST, and provide
-# our conditional.
+# Egg files have the version encoded, so generalize in PLIST.
PLIST_SUBST+= EGG_FILE=${EGG_NAME}-py${PYVERSSUFFIX}.egg-info
.include "../../lang/python/extension.mk"