summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-16 12:23:24 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-16 12:23:24 +0000
commit1b3611476028cedc5e8846806592ee159b9e31c9 (patch)
tree3478ca4909d04adc99df611cff615ff48c8623a5 /Mk/bsd.python.mk
parentImplement PyObject_DelItemString(), which was obviously forgotten for (diff)
Fix variables for Python-2.1.1.
Notes
Notes: svn path=/head/; revision=53163
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 0c10dfe599c5..7f194fccc496 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -100,11 +100,11 @@ PYTHON_WRKSRC= ${WRKDIR}/Python-${_PYTHON_PORTVERSION}
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
-PYTHON_DISTFILE= Python-${_PYTHON_PORTVERSION}.tgz
-PYTHON_PORTSDIR= ${PORTSDIR}/lang/python
+PYTHON_DISTFILE= Python-2.1.1.tgz
+PYTHON_PORTSDIR= ${PORTSDIR}/lang/python21
PYTHON_REL= 211
PYTHON_SUFFIX= 21
-PYTHON_WRKSRC= ${WRKDIR}/Python-${_PYTHON_PORTVERSION}
+PYTHON_WRKSRC= ${WRKDIR}/Python-2.1
# Python-2.0
.elif ${PYTHON_VERSION} == "python2.0"