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/python27 | |
parent | - Add LICENSE (diff) |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |