diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2013-10-27 09:30:09 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2013-10-27 09:30:09 +0000 |
commit | d955a5a81d75b0b6ed8a5fbbd9865e099f235dc2 (patch) | |
tree | d4e9319d704cd5b3f2c3bc07ebea6e18af2bf8ce | |
parent | c0c301fc052660c18040b204853197a77d3f8321 (diff) | |
download | ports-d955a5a81d75b0b6ed8a5fbbd9865e099f235dc2.tar.gz ports-d955a5a81d75b0b6ed8a5fbbd9865e099f235dc2.zip |
Notes
-rw-r--r-- | Mk/bsd.python.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 41901be185df..794530383056 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -132,14 +132,14 @@ Python_Include_MAINTAINER= python@FreeBSD.org # # PYDISTUTILS_AUTOPLIST # - Automatically generates the packaging list for ports that use -# distutils or setuptools (easy_install) when defined. Implies -# PYTHON_PY3K_PLIST_HACK below. +# distutils or setuptools (easy_install) when defined. Overrides +# PYTHON_PY3K_PLIST_HACK. # # PYTHON_PY3K_PLIST_HACK -# - 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. +# - Automatically generates Python 3.x compatible __pycache__ entries +# from a Python 2.x pkg-plist when defined. Use this for ports that +# do *not* use standard Python packaging mechanisms such as distutils +# or setuptools, and support *both* Python 2.x and 3.x. # # PYDISTUTILS_PKGNAME # - Internal name in the distutils for egg-info. |