git: 3d175496a10f - main - www/py-http-parser: fix build

From: Ruslan Makhmatkhanov <rm_at_FreeBSD.org>
Date: Fri, 07 Jun 2024 10:46:48 UTC
The branch main has been updated by rm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d175496a10f16809e8c5b832c22793f81e4ce8b

commit 3d175496a10f16809e8c5b832c22793f81e4ce8b
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2024-06-07 10:46:14 +0000
Commit:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2024-06-07 10:46:14 +0000

    www/py-http-parser: fix build
    
    cython dependency not available at post-patch stage. Use post-configure instead
---
 www/py-http-parser/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile
index b619329a105a..97f8c2c855d9 100644
--- a/www/py-http-parser/Makefile
+++ b/www/py-http-parser/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USES=		python
 USE_PYTHON=	autoplist cython distutils
 
-post-patch:
+post-configure:
 	cython-${PYTHON_VER} ${WRKSRC}/http_parser/parser.pyx
 
 post-install: