summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-30 17:52:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-30 17:52:58 +0000
commitc7999482803167dd998cbe106d225f59878cf19d (patch)
tree003bdcf557c938ee4a0bb1fcaffe82989ee7509e /Mk/bsd.python.mk
parent- Needs pyrex with new python (diff)
- Correct typo in comment block
Notes
Notes: svn path=/head/; revision=196749
Diffstat (limited to '')
-rw-r--r--Mk/bsd.python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 6f66194a74a8..39ce692f4aa1 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -174,7 +174,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org
# - Canonical directory name for easy_install egg packages.
# default: ${PYDISTUTILS_PKGNAME:C/[^A-Za-z0-9.]+/_/g}-${PYDISTUTILS_PKGVERSION:C/[^A-Za-z0-9.]+/_/g}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg
#
-# PYEASYINSATLL_OSARCH
+# PYEASYINSTALL_OSARCH
# - Platform identifier for easy_install.
# default: -${OPSYS:L}-${_OSRELEASE}-${ARCH}
# if PYEASYINSTALL_ARCHDEP is defined.