summaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2002-01-16 12:24:32 +0000
committerThomas Gellekum <tg@FreeBSD.org>2002-01-16 12:24:32 +0000
commit0bde08831d2a49fba524dba33ecae15b65edd3aa (patch)
tree7a987e94aef1e1ab3e29d544bdf28d9e11bb855a /Mk/bsd.python.mk
parentFix variables for Python-2.1.1. (diff)
Grr. Really fix PYTHON_WRKSRC for 2.1.1.
Notes
Notes: svn path=/head/; revision=53164
Diffstat (limited to 'Mk/bsd.python.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 7f194fccc496..fa3020167d72 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -104,7 +104,7 @@ PYTHON_DISTFILE= Python-2.1.1.tgz
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python21
PYTHON_REL= 211
PYTHON_SUFFIX= 21
-PYTHON_WRKSRC= ${WRKDIR}/Python-2.1
+PYTHON_WRKSRC= ${WRKDIR}/Python-2.1.1
# Python-2.0
.elif ${PYTHON_VERSION} == "python2.0"