svn commit: r560975 - head/textproc/py-ttp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:23:21 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:23:15 2021
New Revision: 560975
URL: https://svnweb.freebsd.org/changeset/ports/560975

Log:
  Remove PYTHON_REL check after r559531 (USES=python:3.6+)

Modified:
  head/textproc/py-ttp/Makefile

Modified: head/textproc/py-ttp/Makefile
==============================================================================
--- head/textproc/py-ttp/Makefile	Sun Jan 10 08:23:11 2021	(r560974)
+++ head/textproc/py-ttp/Makefile	Sun Jan 10 08:23:15 2021	(r560975)
@@ -18,11 +18,7 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} > 3000
 post-patch:
 	@${RM} ${WRKSRC}/ttp/utils/load_python_exec_py2.py
-.endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list