diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-29 21:31:13 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-10-29 21:31:13 +0000 |
commit | 040577c1f708795f24bc28e7ccae630dacc0e76b (patch) | |
tree | 79cc960dfc84613c3f0efb0fb08fe4297a2575ca /lang/python15 | |
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]
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/python15/Makefile b/lang/python15/Makefile index 6df1403efbeb..bad067e115e2 100644 --- a/lang/python15/Makefile +++ b/lang/python15/Makefile @@ -9,16 +9,15 @@ PORTNAME= python PORTVERSION= 1.5.2 PORTREVISION= 3 CATEGORIES= lang python -MASTER_SITES= ${MASTER_SITE_PYTHON} -MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR} -DISTNAME= py${PORTVERSION:S/.//g} -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= ${WRKDIR}/Python-${PORTVERSION} +WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl CONFIGURE_ENV= OPT="${CFLAGS}" |