From 9d89ae5c91d264153561848dcfdc55d7697102ca Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 11 Apr 2014 08:25:00 +0000 Subject: - Pet portlint: use PYTHON_DISTNAME instead of PYTHON_DISTFILE --- Mk/bsd.python.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/bsd.python.mk') diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 0ae085df2aaa..6ebc4cd8ecfe 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -27,7 +27,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org # number (used for dependencies). # default: ${PYTHONBASE}/bin/${PYTHON_VERSION} # -# PYTHON_DISTFILE - The ${DISTFILE} for your python version. Needed for +# PYTHON_DISTNAME - The ${DISTNAME} for your python version. Needed for # extensions like bsddb, gdbm, sqlite3 and tkinter, which # are built from sources contained in the Python # distribution. @@ -408,7 +408,7 @@ PYTHON_MAJOR_VER= ${PYTHON_VER:R} PYTHON_MASTER_SITES= ${MASTER_SITE_PYTHON} PYTHON_MASTER_SITE_SUBDIR= ftp/python/${PYTHON_PORTVERSION:C/rc[0-9]//} -PYTHON_DISTFILE= Python-${PYTHON_PORTVERSION:S/.rc/rc/}${EXTRACT_SUFX} +PYTHON_DISTNAME= Python-${PYTHON_PORTVERSION:S/.rc/rc/} PYTHON_WRKSRC= ${WRKDIR}/Python-${PYTHON_PORTVERSION:S/.rc/rc/} PYTHON_ABIVER?= # empty -- cgit v1.3