From bdb7bf21678251344654ddc17e68d44bf0c48d85 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 21 Oct 2003 17:17:45 +0000 Subject: Don't use PYTHON_DISTFILE as well as PYTHON_WRKSRC on lang/python* ports because it does not point the most recent version of each from ports/Mk/bsd.python.mk 1.38. Reported by: Andy Fawcett --- lang/python32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python32') diff --git a/lang/python32/Makefile b/lang/python32/Makefile index 658aa1797aa1..ef6e13150801 100644 --- a/lang/python32/Makefile +++ b/lang/python32/Makefile @@ -10,13 +10,13 @@ PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= perky -DISTFILES= ${PYTHON_DISTFILE} +DISTNAME= Python-${PORTVERSION} +EXTRACT_SUFX= .tgz 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 v1.2.3