mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue