1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Remove obsolete check for NO_STAGE.

Approved by:	mentors (implicit)
This commit is contained in:
Michael Gmelin 2014-09-14 14:39:05 +00:00
parent b502c1700a
commit 4c720ad4fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368183

View File

@ -86,7 +86,7 @@ PLIST_SUB+= PYTHONPRE32=""
PLIST_SUB+= PYTHON_SUFFIX=${PYTHON_SUFFIX}
.if ${PREFIX} != ${LOCALBASE} && !defined(NO_STAGE)
.if ${PREFIX} != ${LOCALBASE}
PYSITEDIR= ${PREFIX}${PYTHON_SITELIBDIR:S|^${LOCALBASE}||}
.else
PYSITEDIR= ${PYTHON_SITELIBDIR}