svn commit: r333278 - head/Mk

Kubilay Kocak koobs at FreeBSD.org
Sat Nov 9 08:08:35 UTC 2013


Author: koobs
Date: Sat Nov  9 08:08:35 2013
New Revision: 333278
URL: http://svnweb.freebsd.org/changeset/ports/333278

Log:
  Fix a typo: USE_PYDISUTILS -> USE_PYDISTUTILS

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sat Nov  9 07:25:29 2013	(r333277)
+++ head/Mk/bsd.python.mk	Sat Nov  9 08:08:35 2013	(r333278)
@@ -133,7 +133,7 @@ Python_Include_MAINTAINER=	python at FreeBS
 # PYDISTUTILS_AUTOPLIST
 #					- Automatically generates the packaging list for a port that uses
 #                                         distutils or setuptools (easy_install) when defined.
-#                                         requires: USE_PYDISUTILS
+#                                         requires: USE_PYDISTUTILS
 #
 # PYTHON_PY3K_PLIST_HACK
 #					- Automatically generates Python 3.x compatible __pycache__ entries


More information about the svn-ports-all mailing list