summaryrefslogtreecommitdiff
path: root/lang/python/srcdist.mk
diff options
context:
space:
mode:
authordrochner <drochner>2002-08-20 20:00:14 +0000
committerdrochner <drochner>2002-08-20 20:00:14 +0000
commitb09035f2382f661f6c02f37c1b6674d9b7f9e29b (patch)
treed1c218718ad0758b07571dcc13cbc1b97365840d /lang/python/srcdist.mk
parentef7f17eedeee2e6115b073cf68ff5d3d139f93f9 (diff)
downloadpkgsrc-b09035f2382f661f6c02f37c1b6674d9b7f9e29b.tar.gz
teach it about python21-pth
Diffstat (limited to 'lang/python/srcdist.mk')
-rw-r--r--lang/python/srcdist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 7c1d77f95a5..ce59fea32aa 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.3 2002/04/15 12:29:14 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.4 2002/08/20 20:00:14 drochner Exp $
.include "../../lang/python/pyversion.mk"
@@ -12,7 +12,7 @@ PYSUBDIR= Python-2.2.1
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.2.1/
-.elif ${_PYTHON_VERSION} == "21"
+.elif ${_PYTHON_VERSION} == "21" || ${_PYTHON_VERSION} == "21pth"
DISTNAME= Python-2.1.3
EXTRACT_SUFX= .tgz