mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/python-tools: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b
)
This commit is contained in:
parent
26fcc35e2b
commit
17665bd7fc
1 changed files with 1 additions and 7 deletions
|
@ -30,12 +30,6 @@ PLIST_FILES= ${SCRIPT_FILES:C|^|bin/|} ${PYLIB_FILES:C|^|bin/|}
|
||||||
SHEBANG_FILES= ${SCRIPT_FILES:C|$|.py|} \
|
SHEBANG_FILES= ${SCRIPT_FILES:C|$|.py|} \
|
||||||
${PYLIB_FILES:C|.*|../../Lib/&.py|}
|
${PYLIB_FILES:C|.*|../../Lib/&.py|}
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PYTHON_REL} < 30900
|
|
||||||
SCRIPT_FILES+= checkpyc
|
|
||||||
.endif
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for fname in ${SCRIPT_FILES}
|
.for fname in ${SCRIPT_FILES}
|
||||||
${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${fname}.py \
|
${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${fname}.py \
|
||||||
|
@ -46,4 +40,4 @@ do-install:
|
||||||
${STAGEDIR}${PREFIX}/bin/${fname}
|
${STAGEDIR}${PREFIX}/bin/${fname}
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue