From 17665bd7fc66ae1daaee6aee1462c4e706d1d079 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:44:47 +0800 Subject: [PATCH] lang/python-tools: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) --- lang/python-tools/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lang/python-tools/Makefile b/lang/python-tools/Makefile index 752bca1cf25b..cbfacf27d283 100644 --- a/lang/python-tools/Makefile +++ b/lang/python-tools/Makefile @@ -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 - -.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 +.include