Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2019 15:33:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517336 - head/devel/py-pyjq
Message-ID:  <201911121533.xACFXS3B097674@repo.freebsd.org>

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



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