summaryrefslogtreecommitdiff
path: root/lang/python30
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/python30
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/python30')
-rw-r--r--lang/python30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index 658aa1797aa1..ef6e13150801 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/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}"