From c3ede8549b3c1a391eda9e4f805c4f0c04031f28 Mon Sep 17 00:00:00 2001 From: perky 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/python21/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/python21') diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 60e0864d72ef..88377f549783 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -9,15 +9,15 @@ PORTNAME= python PORTVERSION= 2.1.3 PORTREVISION= 5 CATEGORIES= lang python -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}" -- cgit