diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-11 08:25:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-11 08:25:47 +0000 |
commit | c5569783bdee1084b70d5401db26f219788cd263 (patch) | |
tree | bc94852f608f0de399feff4bc09681f7d981a122 /lang/python33 | |
parent | f81552032e6d3b5a1eb841f4db09a9192a994074 (diff) | |
download | ports-c5569783bdee1084b70d5401db26f219788cd263.tar.gz ports-c5569783bdee1084b70d5401db26f219788cd263.zip |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
Notes
Notes:
svn path=/head/; revision=350904
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |