aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-31 01:52:58 +0800
committerpav <pav@FreeBSD.org>2007-07-31 01:52:58 +0800
commit08b5e49ac9f2350dd4fd558f17b11f2c79e38b2b (patch)
treec7a5b9d71516e566ce353576284eeda1aa836f92 /Mk
parent8563665affb5e64711b0987d83d9828579d16c22 (diff)
downloadfreebsd-ports-gnome-08b5e49ac9f2350dd4fd558f17b11f2c79e38b2b.tar.gz
freebsd-ports-gnome-08b5e49ac9f2350dd4fd558f17b11f2c79e38b2b.tar.zst
freebsd-ports-gnome-08b5e49ac9f2350dd4fd558f17b11f2c79e38b2b.zip
- Correct typo in comment block
Diffstat (limited to 'Mk')
-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.