svn commit: r461152 - head/devel/py-delfick_error

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 7 15:59:20 UTC 2018


Author: amdmi3
Date: Wed Feb  7 15:59:19 2018
New Revision: 461152
URL: https://svnweb.freebsd.org/changeset/ports/461152

Log:
  - Fix build with python3 as default
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-delfick_error/Makefile

Modified: head/devel/py-delfick_error/Makefile
==============================================================================
--- head/devel/py-delfick_error/Makefile	Wed Feb  7 15:58:41 2018	(r461151)
+++ head/devel/py-delfick_error/Makefile	Wed Feb  7 15:59:19 2018	(r461152)
@@ -30,6 +30,9 @@ USE_PYTHON=	autoplist distutils
 
 PORTDOCS=	*
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|sphinx-build|&-${PYTHON_VER}|' ${WRKSRC}/docs/build.sh
+
 post-build-DOCS-on:
 	cd ${WRKSRC}/docs && ${SH} build.sh
 


More information about the svn-ports-head mailing list