svn commit: r567540 - head/graphics/py-djvulibre

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 7 04:52:04 UTC 2021


Author: yuri
Date: Sun Mar  7 04:52:03 2021
New Revision: 567540
URL: https://svnweb.freebsd.org/changeset/ports/567540

Log:
  graphics/py-djvulibre: Remve unnecessary patching instruction

Modified:
  head/graphics/py-djvulibre/Makefile

Modified: head/graphics/py-djvulibre/Makefile
==============================================================================
--- head/graphics/py-djvulibre/Makefile	Sun Mar  7 04:51:23 2021	(r567539)
+++ head/graphics/py-djvulibre/Makefile	Sun Mar  7 04:52:03 2021	(r567540)
@@ -17,9 +17,6 @@ LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
 USES=		python:3.6+ pkgconfig
 USE_PYTHON=	distutils cython autoplist
 
-post-patch:
-	@${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so
 


More information about the svn-ports-all mailing list