aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-10-26 10:11:45 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-10-26 10:11:45 +0000
commit269f9dbb91c45220c72ca9ced981ac9309f48bef (patch)
treedcac5e68a5865d324b179152ce30e3ac256bc0fe /Mk
parentfd0149e5374cbff24c763d6661ab2c6d35d26029 (diff)
downloadports-269f9dbb91c45220c72ca9ced981ac9309f48bef.tar.gz
ports-269f9dbb91c45220c72ca9ced981ac9309f48bef.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index ff9ec71f90b3..41901be185df 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -131,15 +131,15 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# default: setup.py
#
# PYDISTUTILS_AUTOPLIST
-# - Generate the packaging list for distutils based ports
-# (including easy_install) automatically.
+# - Automatically generates the packaging list for ports that use
+# distutils or setuptools (easy_install) when defined. Implies
+# PYTHON_PY3K_PLIST_HACK below.
#
# PYTHON_PY3K_PLIST_HACK
-# - Automatically replaces .pyc and .pyo package list entries
-# with the relevant __pycache__ entries for Python 3.x.
-# This should only be used for ports, which do not use one
-# of Python's default package installation mechanisms and
-# which are guaranteed to work with any python version.
+# - Automatically creates Python 3.x compatible __pycache__ entries
+# when defined. Use this for ports that do *not* use standard
+# Python packaging mechanisms such as distutils or setuptools, and
+# are guaranteed to work with *both* Python 2.x and 3.x.
#
# PYDISTUTILS_PKGNAME
# - Internal name in the distutils for egg-info.