lang/python-tools: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b)

This commit is contained in:
Po-Chuan Hsieh
2025-04-10 01:44:47 +08:00
parent 26fcc35e2b
commit 17665bd7fc
+1 -7
View File
@@ -30,12 +30,6 @@ PLIST_FILES= ${SCRIPT_FILES:C|^|bin/|} ${PYLIB_FILES:C|^|bin/|}
SHEBANG_FILES= ${SCRIPT_FILES:C|$|.py|} \
${PYLIB_FILES:C|.*|../../Lib/&.py|}
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30900
SCRIPT_FILES+= checkpyc
.endif
do-install:
.for fname in ${SCRIPT_FILES}
${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/${fname}.py \
@@ -46,4 +40,4 @@ do-install:
${STAGEDIR}${PREFIX}/bin/${fname}
.endfor
.include <bsd.port.post.mk>
.include <bsd.port.mk>