svn commit: r555307 - head/devel/py-msgpack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:02:39 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:02:32 2020
New Revision: 555307
URL: https://svnweb.freebsd.org/changeset/ports/555307

Log:
  Add conditional NO_ARCH

Modified:
  head/devel/py-msgpack/Makefile

Modified: head/devel/py-msgpack/Makefile
==============================================================================
--- head/devel/py-msgpack/Makefile	Sun Nov 15 18:02:28 2020	(r555306)
+++ head/devel/py-msgpack/Makefile	Sun Nov 15 18:02:32 2020	(r555307)
@@ -21,6 +21,8 @@ USE_PYTHON=	autoplist concurrent cython distutils
 .if ${PYTHON_REL} >= 3000
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/msgpack/_cmsgpack.so
+.else
+NO_ARCH=	yes
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list