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:
parent
b502c1700a
commit
4c720ad4fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368183
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user