summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-29 21:31:13 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-29 21:31:13 +0000
commit040577c1f708795f24bc28e7ccae630dacc0e76b (patch)
tree79cc960dfc84613c3f0efb0fb08fe4297a2575ca /lang/python22
parent- Update to version 1.10 (diff)
- Update lang/python-devel to Python-2.4 031022 snapshot.
- Correct USE_ZOPE dependency to Python 2.1. [1] - Fetch from correct MASTER_SITE_SUBDIR when upgrading python in same branch. [2] - Enable installing separated standard modules for python-devel port. Reported by: Filippo Natali <pitonat@libero.it> [1], Yoshihiko Sarumaru <mistral@imasy.or.jp> [2]
Notes
Notes: svn path=/head/; revision=92598
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index 92b363941c14..f9bedc3e511c 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -9,15 +9,15 @@ PORTNAME= python
PORTVERSION= 2.2.3
PORTREVISION= 3
CATEGORIES= lang python ipv6
-MASTER_SITES= ${MASTER_SITE_PYTHON}
-MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR}
-DISTNAME= Python-${PORTVERSION}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ${PYTHON_MASTER_SITES}
+MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
+DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= perky@FreeBSD.org
COMMENT?= An interpreted object-oriented programming language
DIST_SUBDIR= python
+WRKSRC= ${PYTHON_WRKSRC}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-fpectl
CONFIGURE_ENV= OPT="${CFLAGS}"