Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2021 04:52:04 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567540 - head/graphics/py-djvulibre
Message-ID:  <202103070452.1274q4c4000522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103070452.1274q4c4000522>