aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2002-01-16 20:23:24 +0800
committertg <tg@FreeBSD.org>2002-01-16 20:23:24 +0800
commitd1b14f493cfae9ab7ac26f9f941931206a064637 (patch)
treeb617cab1e486f644d03483cda37e7e7dc523dbde /Mk
parent0a22f63713162d9eadd45d487155fa9b01df04a8 (diff)
downloadfreebsd-ports-gnome-d1b14f493cfae9ab7ac26f9f941931206a064637.tar.gz
freebsd-ports-gnome-d1b14f493cfae9ab7ac26f9f941931206a064637.tar.zst
freebsd-ports-gnome-d1b14f493cfae9ab7ac26f9f941931206a064637.zip
Fix variables for Python-2.1.1.
Diffstat (limited to '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"