From 040577c1f708795f24bc28e7ccae630dacc0e76b Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Wed, 29 Oct 2003 21:31:13 +0000 Subject: - 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 [1], Yoshihiko Sarumaru [2] --- lang/python15/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'lang/python15') 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}" -- cgit v1.2.3