svn commit: r517336 - head/devel/py-pyjq

Mathieu Arnold mat at FreeBSD.org
Tue Nov 12 15:33:28 UTC 2019


Author: mat
Date: Tue Nov 12 15:33:27 2019
New Revision: 517336
URL: https://svnweb.freebsd.org/changeset/ports/517336

Log:
  Fix build.
  
  Pointy hat:	dvl

Modified:
  head/devel/py-pyjq/Makefile   (contents, props changed)

Modified: head/devel/py-pyjq/Makefile
==============================================================================
--- head/devel/py-pyjq/Makefile	Tue Nov 12 15:26:14 2019	(r517335)
+++ head/devel/py-pyjq/Makefile	Tue Nov 12 15:33:27 2019	(r517336)
@@ -22,6 +22,6 @@ post-patch:
 	@${RM} -r ${WRKSRC}/dependencies
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/python3.6/site-packages/_pyjq.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_pyjq.so
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list