mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Use the new variable PYTHON_VER (available now in bsd.python.mk)
for the Python egg Approved by: alexbl (mentor, implicit)
This commit is contained in:
parent
0351ceac7a
commit
f630c9bcbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182651
@ -34,7 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
PORTDOCS= *
|
||||
|
||||
PYKID_EGG= ${PORTNAME}-${PYKID_VER}-py${PYTHON_VERSION:S/^python//}.egg
|
||||
PYKID_EGG= ${PORTNAME}-${PYKID_VER}-py${PYTHON_VER}.egg
|
||||
PYKID_VER= ${PORTVERSION}
|
||||
|
||||
SETUP_CFG= setup.cfg
|
||||
@ -55,9 +55,9 @@ post-install:
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} >= 250
|
||||
PYTHON_OLD= "@comment "
|
||||
PYTHON_OLD= "@comment "
|
||||
.else
|
||||
PYTHON_OLD= ""
|
||||
PYTHON_OLD= ""
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user