aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-11 08:25:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-11 08:25:47 +0000
commitc5569783bdee1084b70d5401db26f219788cd263 (patch)
treebc94852f608f0de399feff4bc09681f7d981a122
parentf81552032e6d3b5a1eb841f4db09a9192a994074 (diff)
downloadports-c5569783bdee1084b70d5401db26f219788cd263.tar.gz
ports-c5569783bdee1084b70d5401db26f219788cd263.zip
Notes
-rw-r--r--lang/python27/Makefile2
-rw-r--r--lang/python31/Makefile2
-rw-r--r--lang/python32/Makefile2
-rw-r--r--lang/python33/Makefile2
-rw-r--r--lang/python34/Makefile4
5 files changed, 6 insertions, 6 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 8b92705a793e..7b934093a53f 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 4
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
-DISTFILES= ${PYTHON_DISTFILE}
+DISTNAME= ${PYTHON_DISTNAME}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
diff --git a/lang/python31/Makefile b/lang/python31/Makefile
index 927fae4b7ee9..d997d114025f 100644
--- a/lang/python31/Makefile
+++ b/lang/python31/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 11
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
-DISTFILES= ${PYTHON_DISTFILE}
+DISTNAME= ${PYTHON_DISTNAME}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 958f2900d676..0b7cc6066659 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -6,7 +6,7 @@ PORTREVISION= 8
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
-DISTFILES= ${PYTHON_DISTFILE}
+DISTNAME= ${PYTHON_DISTNAME}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index d7a1e18e690e..e44f01faccee 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 3.3.5
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
-DISTFILES= ${PYTHON_DISTFILE}
+DISTNAME= ${PYTHON_DISTNAME}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index e090827b670d..868c9130704d 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= python34
-DISTVERSION= 3.4.0
+PORTVERSION= 3.4.0
CATEGORIES= lang python ipv6
MASTER_SITES= PYTHON
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
-DISTNAME= Python-${DISTVERSION}
+DISTNAME= ${PYTHON_DISTNAME}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org