git: dd918c1a8315 - main - graphics/py-simplejpeg: Fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 03:20:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=dd918c1a831509e339e1d4051719ccae8c9bb8f3 commit dd918c1a831509e339e1d4051719ccae8c9bb8f3 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-17 20:28:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-18 03:20:14 +0000 graphics/py-simplejpeg: Fix typo in comment --- graphics/py-simplejpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/py-simplejpeg/Makefile b/graphics/py-simplejpeg/Makefile index da562a16c6c7..96fd9fd44236 100644 --- a/graphics/py-simplejpeg/Makefile +++ b/graphics/py-simplejpeg/Makefile @@ -22,7 +22,7 @@ USE_PYTHON= pep517 autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} TEST_WRKSRC= ${WRKSRC}/test -post-extract: # force cythonization because pre-cythonized _jpeg.c fails to complile +post-extract: # force cythonization because pre-cythonized _jpeg.c fails to compile @${RM} ${WRKSRC}/simplejpeg/_jpeg.c post-install: