diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 16:25:47 +0800 |
commit | e7534f3503479d445ae0e31eac91b1cae6265af7 (patch) | |
tree | bc94852f608f0de399feff4bc09681f7d981a122 /lang/python33 | |
parent | daf89426676dc832d7a0b13b5765d29e5047e5e9 (diff) | |
download | freebsd-ports-gnome-e7534f3503479d445ae0e31eac91b1cae6265af7.tar.gz freebsd-ports-gnome-e7534f3503479d445ae0e31eac91b1cae6265af7.tar.zst freebsd-ports-gnome-e7534f3503479d445ae0e31eac91b1cae6265af7.zip |
- Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE
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 |