Date: Sat, 12 Oct 2019 12:39:09 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514331 - head/math/py-cryptominisat Message-ID: <201910121239.x9CCd9N8095189@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Oct 12 12:39:09 2019 New Revision: 514331 URL: https://svnweb.freebsd.org/changeset/ports/514331 Log: math/py-cryptominisat: Drop nop PYDISTUTILS_BUILDTARGET Should have been PYDISTUTILS_BUILD_TARGET but it appears to not be needed. Modified: head/math/py-cryptominisat/Makefile Modified: head/math/py-cryptominisat/Makefile ============================================================================== --- head/math/py-cryptominisat/Makefile Sat Oct 12 12:33:45 2019 (r514330) +++ head/math/py-cryptominisat/Makefile Sat Oct 12 12:39:09 2019 (r514331) @@ -24,8 +24,6 @@ GH_ACCOUNT= msoos WRKSRC_SUBDIR= python -PYDISTUTILS_BUILDTARGET= build_ext --include-dirs=${LOCALBASE}/include - post-patch: ${REINPLACE_CMD} -e 's|@PROJECT_VERSION@|${PORTVERSION}|' \ -e 's|$${CMAKE_C_COMPILER}|${CC}|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910121239.x9CCd9N8095189>