diff options
author | perky <perky@FreeBSD.org> | 2003-10-21 17:17:45 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-10-21 17:17:45 +0000 |
commit | 11a18d2524d40fd5f19d180c105a3e338dd11538 (patch) | |
tree | b9d46492d39a8cad048d7090208b3dc793f98111 /lang/python31 | |
parent | b094d1e53c4c5e521eb63b9d0a3f71edff64471c (diff) | |
download | FreeBSD-ports-11a18d2524d40fd5f19d180c105a3e338dd11538.zip FreeBSD-ports-11a18d2524d40fd5f19d180c105a3e338dd11538.tar.gz |
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>
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python31/Makefile b/lang/python31/Makefile index 658aa17..ef6e131 100644 --- a/lang/python31/Makefile +++ b/lang/python31/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}" |