aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python25/Makefile
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-10-22 01:17:45 +0800
committerperky <perky@FreeBSD.org>2003-10-22 01:17:45 +0800
commit11a18d2524d40fd5f19d180c105a3e338dd11538 (patch)
treeb9d46492d39a8cad048d7090208b3dc793f98111 /lang/python25/Makefile
parentb094d1e53c4c5e521eb63b9d0a3f71edff64471c (diff)
downloadfreebsd-ports-gnome-11a18d2524d40fd5f19d180c105a3e338dd11538.tar.gz
freebsd-ports-gnome-11a18d2524d40fd5f19d180c105a3e338dd11538.tar.zst
freebsd-ports-gnome-11a18d2524d40fd5f19d180c105a3e338dd11538.zip
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/python25/Makefile')
-rw-r--r--lang/python25/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 658aa1797aa1..ef6e13150801 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/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}"