[Midnightbsd-cvs] mports [22066] trunk/security/py-cryptography/Makefile: fix strip

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 31 17:52:39 EDT 2016


Revision: 22066
          http://svnweb.midnightbsd.org/mports/?rev=22066
Author:   laffer1
Date:     2016-10-31 17:52:38 -0400 (Mon, 31 Oct 2016)
Log Message:
-----------
fix strip

Modified Paths:
--------------
    trunk/security/py-cryptography/Makefile

Modified: trunk/security/py-cryptography/Makefile
===================================================================
--- trunk/security/py-cryptography/Makefile	2016-10-31 21:48:55 UTC (rev 22065)
+++ trunk/security/py-cryptography/Makefile	2016-10-31 21:52:38 UTC (rev 22066)
@@ -39,7 +39,7 @@
 .endif
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cryptography/hazmat/bindings/*.so
+	${STRIP_CMD} ${FAKE_DESTDIR}${PYTHON_SITELIBDIR}/cryptography/hazmat/bindings/*.so
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test



More information about the Midnightbsd-cvs mailing list