git: 17665bd7fc66 - main - lang/python-tools: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 17:49:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=17665bd7fc66ae1daaee6aee1462c4e706d1d079 commit 17665bd7fc66ae1daaee6aee1462c4e706d1d079 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-04-09 17:44:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-04-09 17:44:47 +0000 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 <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>