summaryrefslogtreecommitdiff
path: root/lang/python22
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-10-21 17:17:45 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-10-21 17:17:45 +0000
commitbdb7bf21678251344654ddc17e68d44bf0c48d85 (patch)
tree2c90c1b40b4943289c7b45599fd6760dcb04417e /lang/python22
parentUpdate to 20031022. (diff)
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 <andy@athame.co.uk>
Notes
Notes: svn path=/head/; revision=91831
Diffstat (limited to 'lang/python22')
-rw-r--r--lang/python22/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index ef2b26c41dcf..92b363941c14 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -11,13 +11,13 @@ PORTREVISION= 3
CATEGORIES= lang python ipv6
MASTER_SITES= ${MASTER_SITE_PYTHON}
MASTER_SITE_SUBDIR= ${PYTHON_SITE_SUBDIR}
-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}"