aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-04-26 05:01:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-04-26 05:01:16 +0800
commit6b2984571d0f83235518a26ed766769df112ba82 (patch)
tree76d93beaac7496ce30e3a7e2e9246482b02aaef8 /archivers
parentc2ee8d3bb0883c9b9d5be284b0a35ba20aba12a3 (diff)
downloadfreebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.tar.gz
freebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.tar.zst
freebsd-ports-gnome-6b2984571d0f83235518a26ed766769df112ba82.zip
Fix msgpack dependency
Diffstat (limited to 'archivers')
-rw-r--r--archivers/py-attic/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/py-attic/Makefile b/archivers/py-attic/Makefile
index 32782267ab2c..ab33233cdb95 100644
--- a/archivers/py-attic/Makefile
+++ b/archivers/py-attic/Makefile
@@ -22,6 +22,10 @@ USES= python:3.3+ ssl
USE_PYTHON= autoplist distutils
PYDISTUTILS_BUILDPATH=${BUILD_WRKSRC}/build/lib.${OPSYS:tl}-${UNAMER}-${ARCH}-${PYTHON_VER}
+REINPLACE_ARGS= -i ''
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/attic/*.so