diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-11 08:25:00 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-11 08:25:00 +0000 |
| commit | 9d89ae5c91d264153561848dcfdc55d7697102ca (patch) | |
| tree | 7ce0f49dcf3150d6bdbeadb57183ddcc78c72a15 /Mk/bsd.python.mk | |
| parent | 5ac574805205357fd25e75ce8162ea885609f639 (diff) | |
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
| -rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
